From c63d44c1cf1874bd4bdc73f49807c85067587194 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 30 Mar 2023 11:30:33 +0200 Subject: [PATCH] improve helm-releaser Signed-off-by: Simon L --- .github/workflows/helm-release.yml | 1 - 1 file changed, 1 deletion(-) 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 }}"