diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index ff028c12..a33d4eba 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -40,7 +40,6 @@ jobs: # TODO: switch back @main to a specific version like @v1.5.1 or higher uses: helm/chart-releaser-action@main with: - charts_dir: '.' mark_as_latest: false env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"