Skip to content

Commit 4a23b04

Browse files
authored
Merge pull request #8 from erkannt/patch-1
fix: point chart releaser charts_dir at helm dir
2 parents 993e7f7 + 2dda67b commit 4a23b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626

2727
- name: Run chart-releaser
2828
uses: helm/[email protected]
29+
with:
30+
charts_dir: helm
2931
env:
3032
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)