Add Github Action to publish new releases to npm
isiah-lloyd opened this issue · comments
@jdan I could create this workflow if you add a npm token to the repositories secrets.
I'd create a workflow following this example.
Done! Added NPM_TOKEN
@jdan I'm not sure if I created the action wrong or maybe I don't have the required permissions to actually make actions but I created a release and it didn't run. It would be appreciated if you could publish to npm or maybe force a run of the action to see if it works.
Thanks!
@isiah-lloyd Let's give it a whirl! I changed created
to published
as it seems like created
might only be for drafts?? or some weird webhook thing. not a clue.
I also added workflow_dispatch
so we can manually do it.