git tag newTag oldTag

git tag -d oldTag

git push origin :refs/tags/oldTag

git push --tags