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 5add5ac commit d1448fcCopy full SHA for d1448fc
.github/workflows/release.yml
@@ -46,8 +46,8 @@ jobs:
46
echo "=========================="
47
cat helm/templates/Chart.yaml
48
49
- yq e -i '.version = ${{ steps.branch-name.outputs.tag }}' helm/templates/Chart.yaml
50
- yq e -i '.appVersion = ${{ steps.branch-name.outputs.tag }}' helm/templates/Chart.yaml
+ yq e -i '.version = "${{ steps.branch-name.outputs.tag }}"' helm/templates/Chart.yaml
+ yq e -i '.appVersion = "${{ steps.branch-name.outputs.tag }}"' helm/templates/Chart.yaml
51
52
53
0 commit comments