Skip to content

Commit 31b2fdf

Browse files
authored
Fix working directory for chart publish workflow (#25)
1 parent 9cb1664 commit 31b2fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/chart-publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: apk add yq
2121
- name: Download Dependencies
2222
run: helm dependency build
23+
working-directory: ./chart
2324
- name: Package Chart
2425
run: |
2526
VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)