Publish your package to npm with a GitHub Action

Compared to Packagist, where a new version of a package is automatically fetched from VCS repository tags, on npm, you are required to publish (manually) a new version.

It's just running a CLI command, but it's an extra step in the process that can be easily overlooked.

To cut this extra step, you can use NPM Publish GitHub Action that triggers the publishing process when the version is changed in the package.json file.

It's well documented and can be done in a matter of minutes. Here's the commit for adding it to FormBus.