From 61c54ba3c164195933f5eb73835ac4e2ce85560c Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Tue, 15 Oct 2024 17:18:04 +0300 Subject: [PATCH] update chart releaser config --- .github/workflows/helm-package-and-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/helm-package-and-publish.yaml b/.github/workflows/helm-package-and-publish.yaml index 89ff595..577b861 100644 --- a/.github/workflows/helm-package-and-publish.yaml +++ b/.github/workflows/helm-package-and-publish.yaml @@ -37,7 +37,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: helm-chart - config: cr.yaml + charts_dir: helm-chart/ env: CR_TOKEN: "${{ secrets.GHCR_TOKEN }}" \ No newline at end of file