-
Notifications
You must be signed in to change notification settings - Fork 0
Publish package (npm registry)
Yordan Ramchev edited this page Mar 27, 2024
·
3 revisions
- In your GitHub repository, navigate to the “Releases” tab.
- Click the “Draft a new release” or “Create a new release” button.
- Fill out the release information, including the tag version, release title, and release description.
- Make sure to set the release to “Published.” This is often a checkbox or option during the release creation process.
Once you publish the release, the workflow defined in your YAML file npm-publish-package.yml
will be triggered automatically.
The workflow will then run any specified jobs and steps you've defined in response to the “published” release event.