stun icon indicating copy to clipboard operation
stun copied to clipboard

ci(publish): add publish workflow

Open msimerson opened this issue 2 years ago • 0 comments

Publish package to NPM and GitHub package registry when:

  • a release is manually specified via GitHub interface.
  • a PR is merged to master that changes package.json

REQUIRED

  • for NPM publishing to work, you must generate a NPM login key with publish privileges. Then store the key in this repositories secrets as NPM_AUTH_TOKEN.
  • GPR requires the package scope. An included helper script does the needful.

msimerson avatar Dec 11 '23 22:12 msimerson