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 19bb796 commit 0af8355Copy full SHA for 0af8355
.github/workflows/update-compose-file-and-chart.yml
@@ -86,5 +86,7 @@ jobs:
86
if: steps.release.outputs.is_prerelease == 0 && steps.release.outputs.is_devrelease == 0
87
working-directory: helm
88
run: |
89
+ git config --global user.name "opsmill-bot"
90
+ git config --global user.email "[email protected]"
91
git commit -a -m 'chore: bump appVersion'
92
git push
0 commit comments