diff --git a/commit_and_tag.sh b/commit_and_tag.sh index 7dad5a7..d0c4243 100755 --- a/commit_and_tag.sh +++ b/commit_and_tag.sh @@ -14,5 +14,5 @@ new_tag="$major.$minor.$patch" git tag "$new_tag" -git push origin master +git push -u origin main git push --tags \ No newline at end of file