We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb1664 commit 31b2fdfCopy full SHA for 31b2fdf
.github/workflows/chart-publish.yaml
@@ -20,6 +20,7 @@ jobs:
20
run: apk add yq
21
- name: Download Dependencies
22
run: helm dependency build
23
+ working-directory: ./chart
24
- name: Package Chart
25
run: |
26
VERSION=${{ github.ref_name }}
0 commit comments