diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 528370b..55d1535 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -32,7 +32,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: /charts + charts_dir: charts/ skip_existing: true # Skip package upload if release/tag already exists env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file