action-get-latest-tag icon indicating copy to clipboard operation
action-get-latest-tag copied to clipboard

Fix (would clobber existing tag) issue

Open FedericoRubinstein opened this issue 2 years ago • 0 comments

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

FedericoRubinstein avatar Apr 27 '22 15:04 FedericoRubinstein