diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e7c78f0b..b6553334 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,7 +70,7 @@ jobs: yq -i '.appVersion = env(APP_VERSION)' $CHART_PATH/Chart.yaml - name: Commit version to repository - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore(release): bump version to ${{ github.ref_name }}" push_options: --force