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 ce980e1 commit 8cdeabdCopy full SHA for 8cdeabd
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
yq -i '.appVersion = env(APP_VERSION)' $CHART_PATH/Chart.yaml
71
72
- name: Commit version to repository
73
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
74
with:
75
commit_message: "chore(release): bump version to ${{ github.ref_name }}"
76
push_options: --force
0 commit comments