Skip to content

Commit d1448fc

Browse files
committed
fix: add quotes
1 parent 5add5ac commit d1448fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
echo "=========================="
4747
cat helm/templates/Chart.yaml
4848
echo "=========================="
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
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
5151
echo "=========================="
5252
cat helm/templates/Chart.yaml
5353
echo "=========================="

0 commit comments

Comments
 (0)