action-push-tag
action-push-tag copied to clipboard
Allow force push of the tag
What you want to add
Allow force for the tag, so that we can use this for walking tags. Eg - move the "dev" tag requires:
git tag <tagName> -f && git push origin <tagName> -f
Why this is needed
Flexibility of this plugin for more use cases.