git may still be modified after being tagged. How to ensure that the tag can no longer be modified?
Delete and re-type (o^^o)git push origin :v1.1 //You can also do this git push origin --delete tag V1.1
Delete and re-type (o^^o)
git push origin :v1.1
//You can also do this
git push origin --delete tag V1.1