Skip to content

Commit

Permalink
fix: adjust paths for moved chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Dec 29, 2024
1 parent 63b3d72 commit 29fa238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm dependency build mailu
helm dependency build charts/mailu
- name: Run helm lint
run: helm lint --strict --values mailu/ci/helm-lint-values.yaml mailu
run: helm lint --strict --values charts/mailu/ci/helm-lint-values.yaml mailu

- name: Install chart-releaser
uses: helm/chart-releaser-action@v1.4.1
Expand Down

0 comments on commit 29fa238

Please # to comment.