git move tag position code example
Example: git move tag position
git push origin :refs/tags/<tagname>
git tag -fa <tagname>
git push origin master --tags
git push origin :refs/tags/<tagname>
git tag -fa <tagname>
git push origin master --tags