diff --git a/update-version.sh b/update-version.sh index 4d2388f..6ea82c9 100644 --- a/update-version.sh +++ b/update-version.sh @@ -25,5 +25,6 @@ git commit -m "Bump version to $new_version" echo "commiting succeeded" git tag -a "v$new_version" -m "Release version $new_version" echo "tagging succeeded" +git remote -v git push main HEAD --tags echo "pushing succeeded" \ No newline at end of file