From 59d8576395ef7c80b6f4c370ca1d2c46f70532b3 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Thu, 24 Aug 2023 13:42:47 +0200 Subject: [PATCH] remove option, it is the default --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30d0283..88ff552 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,8 +61,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 - with: - charts_dir: charts/ env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"