- Create a new tag, e.g. for 0.0.1:
git tag 0.0.1 - Push the new tag:
git push origin 0.0.1 - Open the GitHub release form
- Select the tag
- Click on "Generate release notes"
- Click on "Publish release"
The GitHub workflow will then start and publish to NPM.