We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0d14 commit 2881b83Copy full SHA for 2881b83
1 file changed
.github/workflows/helm.yml
@@ -48,7 +48,7 @@ jobs:
48
sed -i "s/0.0.0/0.0.0-${GITHUB_SHA::7}/g" helm/Chart.yaml
49
fi
50
51
- npm run build
+ npm run build:chart
52
53
- name: Publish chart 📦
54
run: |
0 commit comments