diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 5b51101dd..3817aa37e 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -22,6 +22,5 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - git checkout -b pypi git commit -a -m "Update version number to new_version" - git push origin pypi + git push origin main