kiwiirc / irc-framework

🛠️ A better IRC framework for node.js. For bots and full clients.
MIT License
181 stars 63 forks source link

Publish NPM releases from a github action #283

Closed prawnsalad closed 3 years ago

prawnsalad commented 3 years ago

Since I'm handing the kiwi org lead to @ItsOnlyBinary I also need to add them as a maintainer to the NPM packages. I'll leave this up to the contributors if it's needed but it might be good to move the NPM publishing to a github action to speed up new releases.

https://github.com/marketplace/actions/npm-publish

xPaw commented 3 years ago

It's pretty simple, really: https://github.com/thelounge/thelounge-theme-solarized/blob/master/.github/workflows/release.yml

The only thing needed is to add the npm auth token in secrets.

xPaw commented 3 years ago

Fixed by #286