diff --git a/scripts/publish_tag.sh b/scripts/publish_tag.sh index a6b52ede..19b6281e 100755 --- a/scripts/publish_tag.sh +++ b/scripts/publish_tag.sh @@ -8,7 +8,7 @@ git add . git commit -m "Publish version v$VERSION" --no-verify # Create an annotated tag -git tag -a v$VERSION -m "Version $VERSION" --no-verify +git tag -a v$VERSION -m "Version $VERSION" # Push the tag to the remote repository git push --follow-tags origin HEAD \ No newline at end of file