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 cf37d5c commit d07b596Copy full SHA for d07b596
.github/workflows/helm.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build chart 🚚
44
run: |
45
if [[ "${{ github.ref_type }}" == "tag" ]]; then
46
- sed -i "s/0.0.0/${{ github.ref }}/g" helm/Chart.yaml
+ sed -i "s/0.0.0/${GITHUB_REF_NAME}/g" helm/Chart.yaml
47
else
48
sed -i "s/0.0.0/0.0.0-${GITHUB_SHA::7}/g" helm/Chart.yaml
49
fi
0 commit comments