mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 14:59:47 +00:00
use --follow-tags
flag to push to remote
- Using `--follow-tags` instead of `--tags` can be the saner option - `follow-tags` also pushes commits
This commit is contained in:
@ -59,6 +59,6 @@ git tag -a "$new_tag" -m "$new_tag Release"
|
||||
echo -e "${GREEN}Tagged: $new_tag${OFF}"
|
||||
|
||||
# Push the new tag to the remote
|
||||
git push --tags
|
||||
git push --follow-tags
|
||||
echo -e "${GREEN}Release tag pushed to remote${OFF}"
|
||||
echo -e "${GREEN}Done!${OFF}"
|
||||
|
Reference in New Issue
Block a user