joewalnes / smoothie

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
http://smoothiecharts.org
Other
2.24k stars 229 forks source link

chore: add GitHub action to auto-publish to NPM #127

Open WofWca opened 3 years ago

WofWca commented 3 years ago

Runs on pushes to master branch that involve changes to package.json (such as version bump).

For this to start working, a collaborator needs to create an npm token (npm token create) and add it to repository's settings -> secrets under name npm_token.

I've tested it on my fork package.

Related to #124.