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