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 d249d5d commit e04c228Copy full SHA for e04c228
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
git diff --exit-code
83
84
- name: Do the release
85
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
86
with:
87
commit_user_name: ${{ env.GIT_COMMITTER_NAME }}
88
commit_user_email: ${{ env.GIT_COMMITTER_EMAIL }}
@@ -110,7 +110,7 @@ jobs:
110
bundle exec rake vox:version:bump:full[${{ steps.future_version.outputs.version }}]
111
112
- name: Commit changes
113
114
115
116
0 commit comments