pascalgn / npm-publish-action

GitHub action to automatically publish packages to npm
MIT License
221 stars 29 forks source link

Add support for disabling git tag creation #34

Closed ljwagerfield closed 3 years ago

ljwagerfield commented 3 years ago

Allows the disabling of GIT tag creation.

Useful for monorepos where you only want one of your actions to attempt to create a tag (as subsequent actions will bail-out if they detect the tag already exists, and will result in the npm publish step being skipped).

pascalgn commented 3 years ago

Thanks for the PR, it's merged now! 👍