Delete a tag and re-tag in git

git tag --delete 1.1.10
git push --delete origin 1.1.10
git tag --list
git tag 1.1.10
git push origin 1.1.10