The package is published to the npm registry via GitHub Actions. Each time a new GitHub release is created, GitHub Actions will automatically push a new version to npm.
To publish a new version to npm, all you need to do is:
- Bump the version number in the
package.json
file - Create a new release
- Let the
publish
workflow do its job
For publishing, a valid npm access token is required. We make one available to the workflow as a secret.