Skip to content

Commit

Permalink
Publish version v0.1.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Dec 12, 2024
1 parent 62a0ec1 commit ccaac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccaac64

Please sign in to comment.