diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4dc2218b..1bf09b7e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: release-notes: ${{ steps.draft-release.outputs.body }} - name: Commit new changelog - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: main commit_message: "Automatically update CHANGELOG.md for release ${{ steps.detect-version.outputs.current-version }}"