Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for disabling git tag creation #34

Merged
merged 2 commits into from
Dec 15, 2020
Merged

Add support for disabling git tag creation #34

merged 2 commits into from
Dec 15, 2020

Conversation

ljwagerfield
Copy link
Contributor

@ljwagerfield ljwagerfield commented Dec 7, 2020

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 pascalgn merged commit b5bb5e2 into pascalgn:master Dec 15, 2020
@pascalgn
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants