diff --git a/script/release b/script/release index 22cc111..4da760f 100755 --- a/script/release +++ b/script/release @@ -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}"