diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 9bf00fb..b6f3444 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -23,3 +23,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "chore: update version to ${{ github.event.release.tag_name }}" + push_options: "HEAD:bcalza/rename"