diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1441d1f7..858d79df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: - name: Commit and push version change if: ${{ inputs.release_type == 'prod' }} id: auto-commit - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: "chore: Update version to v${{ steps.version.outputs.version }}"