git usuń tag z commit
$ git push --delete origin tagname
Thoughtful Toad
$ git push --delete origin tagname
git tag -d <tag>
Local:
git tag -d <tag_name>
Remote:
git push --delete origin tagname