We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b92db7 commit c0da2f4Copy full SHA for c0da2f4
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
git_tag_gpgsign: true
84
85
- name: Commit and tag
86
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
87
env:
88
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
89
with:
0 commit comments