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

Fix (would clobber existing tag) issue #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FedericoRubinstein
Copy link

Which issue(s) this PR fixes

I encountered the following error message when using this action:
! [rejected] v1.0.0 -> v1.0.0 (would clobber existing tag)

The way of solving this issue is by forcing git to refresh the local tag. As discussed here: https://stackoverflow.com/questions/58031165/how-to-get-rid-of-would-clobber-existing-tag

Fixes #
Simply force to refresh the local tag

I encountered the following error message when using this action: 
     ! [rejected]        v1.0.0     -> v1.0.0  (would clobber existing tag)

The way of solving this issue is by forcing git to refresh the local tag. As discussed here: https://stackoverflow.com/questions/58031165/how-to-get-rid-of-would-clobber-existing-tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant