[categories] [index] [all (531)] [latest]
git tag -d TAG_NAME delete remote tag 'TAG_NAME' git push origin :refs/tags/TAG_NAME
or
git push --delete origin TAG_NAME git tag -d TAG_NAME