Posisi tag bergerak git

git push origin :refs/tags/<tagname>

git tag -fa <tagname>

git push origin master --tags
Grumpy Gorilla