Skip to content

Commit

Permalink
feat: Uncomment push step in tag_release script
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Jan 30, 2024
1 parent 316c12a commit 4b4e5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [[ $CONFIRM_PUSH != "" ]]; then
fi

echo "Pushing branch and tags..."
# git push
# git push --tags
git push
git push --tags
echo "Done!"

0 comments on commit 4b4e5d7

Please sign in to comment.