Updating Release Tag Publish the version as v1.x.x on GitHub Then update the major tag locally: git pull git tag -fa v1 -m "Update v1 tag" git push origin v1 --force