We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b423bd0 commit b084c85Copy full SHA for b084c85
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
run: git cliff --bump -o CHANGELOG.md
63
- name: Commit changes
64
id: auto-commit-action
65
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
66
if: env.should-release == 'true'
67
with:
68
commit_options: "--allow-empty"
0 commit comments