Skip to content

Commit

Permalink
fixed issue on release creation title
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 14, 2024
1 parent b3182de commit 8658fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publish_release () {
COMMIT_LOG=`git log -1 --format='%ci %H %s'`
git tag -a "${SRC_VER}" -m "release v${SRC_VER}"
git push origin "${SRC_VER}"
git log -n 10 --pretty=format:"%h %s" | gh release create "${SRC_VER}" -F - -t "${SRC_VER}" -p ${OUTPUT}
git log -n 10 --pretty=format:"%h %s" | gh release create "${SRC_VER}" -F - -t "v${SRC_VER}" -p ${OUTPUT}
echo ""
echo "***********************************************"
echo "************* done *********************"
Expand Down

0 comments on commit 8658fd7

Please sign in to comment.