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 e2054cf commit 3bc742aCopy full SHA for 3bc742a
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
git add -f . ':!CHANGELOG.txt' ':!node_modules'
68
69
- name: Commit build files
70
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v7
71
with:
72
commit_message: 'Release build ${{ github.event.inputs.version }} [ci release]'
73
commit_options: '--allow-empty'
0 commit comments