Use npm to Tag and Version a Github Action Package for Workflow Version Control

Share this video with your friends

Send Tweet

In this lesson, you'll learn how to use the version tool from npm to increment the version of your new Github Action. We'll walk through setting up a convenience npm script and using it to both update the package's version in package.json and adding a git tag for external use.