Skip to content

Commit

Permalink
modify tag.sh to sign tags
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Jan 2, 2025
1 parent 20a897f commit 4cf4871
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 4cf4871

Please sign in to comment.