sidorares / json-bigint

JSON.parse/stringify with bigints support
MIT License
808 stars 192 forks source link

ci(github/workflows): add publish action #77

Open nicholaschiang opened 2 years ago

nicholaschiang commented 2 years ago

Fixes #74; all you have to do @sidorares is:

  1. Add an NPM_TOKEN secret to this repository (instructions here).
  2. Push a commit to master that bumps the version in package.json (see npm-publish).
  3. This GitHub Action will run your tests and, if they pass, publish the new version to NPM.