Skip to content

Commit

Permalink
Only push the tag that we are interested in for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Mar 19, 2023
1 parent dd49404 commit 099e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_principia_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ if ($mathematician.contains("TEST")) {
echo " git tag --delete $tag"
echo "to clean up."
} else {
git push $remote --tags
git push $remote $tag
}

0 comments on commit 099e122

Please sign in to comment.