Skip to content

Publish package (npm registry)

Yordan Ramchev edited this page Mar 27, 2024 · 3 revisions

To create a release and trigger the workflow, follow these steps:

  1. In your GitHub repository, navigate to the “Releases” tab.
  2. Click the “Draft a new release” or “Create a new release” button.
  3. Fill out the release information, including the tag version, release title, and release description.
  4. 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.


Use Github documentation as a reference

Clone this wiki locally