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 f7569ea commit 4e04ab3Copy full SHA for 4e04ab3
.github/workflows/set-version.yml
@@ -31,6 +31,6 @@ jobs:
31
sed -i 's/^maven_version=.*/maven_version='"${{ inputs.version }}"'/g' gradle.properties
32
33
- name: 'Commit Version'
34
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
35
with:
36
commit_message: 'chore(release): bump version to ${{ inputs.version }}'
0 commit comments