diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 931da5e9..5fa04d4b 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -73,7 +73,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git commit -m "[Automated] Increment Version from $CURRENT_VERSION to $NEW_VERSION" - git push origin + git push - name: Comment on PR if: env.VERSION_UPDATED == 'false'