Skip to content

Commit

Permalink
Modify tag.sh to sign tags (#1742)
Browse files Browse the repository at this point in the history
modify tag.sh to sign tags
  • Loading branch information
djahandarie authored Jan 2, 2025
1 parent 20a897f commit 8bb34e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ ! $REPLY =~ ^[Yy]$ ]]; then
exit 1
fi

git tag $TAG
git tag -s $TAG

echo -e -n "${YELLOW}Do you want to push the tag ${TAG} to the remote repository (which will cause a pre-release to get created)? (y/n): ${NC}"
read -p "" -n 1 -r
Expand Down

0 comments on commit 8bb34e9

Please sign in to comment.