action-get-latest-tag
action-get-latest-tag copied to clipboard
Fix (would clobber existing tag) issue
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