Skip to content

Commit 49c2d24

Browse files
committed
fix path
1 parent e2334ad commit 49c2d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Run chart-releaser
2727
uses: helm/[email protected]
2828
with:
29-
charts_dir: ./
29+
charts_dir: .
3030
env:
3131
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)