diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index a33d4eba..56a27337 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -41,6 +41,7 @@ jobs: uses: helm/chart-releaser-action@main with: mark_as_latest: false + charts_dir: . env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"