From ccaac64f9e0d9b294d920c48ee468118bf0e037c Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Wed, 11 Dec 2024 19:28:24 -0500 Subject: [PATCH] Publish version v0.1.4-beta --- scripts/publish_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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