Skip to content

Commit 88791a7

Browse files
k8s: fix helm publishing (#2245)
1 parent 9a1f8c9 commit 88791a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: lint
3838
uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a
3939
- name: Run chart-testing
40-
run: ct lint-and-install --validate-maintainers=false --charts deploy/helm
40+
run: ct lint-and-install --validate-maintainers=false --charts ${{ env.CHART_DIR }}
4141
- name: Install chart-releaser
4242
run: |
4343
wget https://github.com/helm/chart-releaser/releases/download/v1.3.0/chart-releaser_1.3.0_linux_amd64.tar.gz

0 commit comments

Comments
 (0)