diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 91f9ab6..130d1a5 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -30,7 +30,7 @@ jobs: python3 -m mdformat CHANGELOG.md - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 id: make-commit with: branch: release/${{ github.event.inputs.tag }}