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 40a8d9e commit 77652abCopy full SHA for 77652ab
.github/workflows/release-with-version.yml
@@ -124,11 +124,7 @@ jobs:
124
125
- Fetch schemas from GGScout version ${{ github.event.inputs.ggscout_version }}
126
- Update bundled values.schema.json
127
- $(if [ '${{ github.event.inputs.update_app_version }}' = 'true' ]; then echo '- Update Chart.yaml appVersion'; fi)
128
-
129
- 🤖 Generated with [Claude Code](https://claude.ai/code)
130
131
- Co-Authored-By: Claude <[email protected]>"
+ $(if [ '${{ github.event.inputs.update_app_version }}' = 'true' ]; then echo '- Update Chart.yaml appVersion'; fi)"
132
133
- name: Create release
134
run: |
0 commit comments