We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9edbe54 + 54ebfbe commit d934065Copy full SHA for d934065
1 file changed
.github/workflows/release.yml
@@ -188,7 +188,7 @@ jobs:
188
field: version
189
value: ${{ env.RELEASE_VERSION }}
190
191
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
192
if: ${{ !contains(env.RELEASE_VERSION, 'undefined') && (inputs.version_ini_path != '' || inputs.toml_conf_path != '' || inputs.package_json_version == 'true') }}
193
with:
194
commit_message: "chore: update version"
0 commit comments