Skip to content

Commit 76d24e3

Browse files
committed
fix: change charts_dir to src
1 parent 3a1b973 commit 76d24e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run chart-releaser
2727
uses: helm/chart-releaser-action@v1.6.0
2828
with:
29-
charts_dir: .
29+
charts_dir: src
3030
pages_branch: dev
3131
env:
3232
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)