MarkForged / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
MIT License
6 stars 0 forks source link

[PATCH] Add release automation #8

Closed mf-bruce closed 2 years ago

mf-bruce commented 2 years ago

Summary This commit makes it so that the package is automatically published to our npm package upon creation of a new release. This follows the example provided by github: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

Test Plan

What:

Why:

How:

Checklist:

mf-bruce commented 2 years ago

Link to an example build where i forced the publish workflow to run and publish a beta tag: https://github.com/MarkForged/nps/actions/runs/2468460452