diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 391a32e..90730ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: field: version value: ${{ env.RELEASE_VERSION }} - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 if: ${{ !contains(env.RELEASE_VERSION, 'undefined') && (inputs.version_ini_path != '' || inputs.toml_conf_path != '' || inputs.package_json_version == 'true') }} with: commit_message: "chore: update version"