Skip to content

Commit 1ac801f

Browse files
authored
Fix helm chart publishing (#66)
1 parent 3521b18 commit 1ac801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_helm_charts.yml

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

0 commit comments

Comments
 (0)