Skip to content

Commit

Permalink
feat: Push only newly added tag
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Jan 30, 2024
1 parent 4b4e5d7 commit 081ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ fi

echo "Pushing branch and tags..."
git push
git push --tags
git push origin refs/tags/v$TARGET_VERSION
echo "Done!"

0 comments on commit 081ad56

Please sign in to comment.