mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 15:29:47 +00:00
spell out the git command flags used
This commit is contained in:
@ -69,7 +69,7 @@ if [[ ! ($YN == "y" || $YN == "Y") ]]; then
|
||||
fi
|
||||
|
||||
# Tag the new release
|
||||
git tag -a "$new_tag" -m "$new_tag Release"
|
||||
git tag "$new_tag" --annotate --message "$new_tag Release"
|
||||
echo -e "Tagged: ${BOLD_GREEN}$new_tag${OFF}"
|
||||
|
||||
# Push the new tag to the remote
|
||||
|
Reference in New Issue
Block a user