diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbcb04d..4026cf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,4 +120,4 @@ jobs: run: bumpver update --patch --commit - name: Push version bump commit run: | - git push + git push origin HEAD:main