From 6f805f305f66d9c2e351c17c530f1f50ace23629 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Tue, 15 Oct 2024 13:19:02 +0100 Subject: [PATCH] gha(helm-release): try charts_dir Signed-off-by: Michal Fiedorowicz --- .github/workflows/helm-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 0b3c569..cdd03e1 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -20,9 +20,9 @@ jobs: helm-release: runs-on: ubuntu-latest timeout-minutes: 10 - defaults: - run: - working-directory: charts +# defaults: +# run: +# working-directory: charts steps: - name: Checkout uses: actions/checkout@v4 @@ -32,4 +32,4 @@ jobs: uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: true + charts_dir: charts