Skip to main content
How can I remove a remote Git tag?
FAQ
Authors
24 Aug 2013 -
git
git tag -d <tag-name> git push origin :refs/tags/<tag-name>
References
http://nathanhoad.net/how-to-delete-a-remote-git-tag