From 1dac73b9f9debc96f2d916c74bfb16dc30a82e19 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Mon, 4 Nov 2024 22:49:43 -0800 Subject: [PATCH] skip_upload is documented but action warns about it? It looks like it's set to the default value anyway so just remove it --- .github/workflows/push-release-helm-charts.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-release-helm-charts.yaml b/.github/workflows/push-release-helm-charts.yaml index dfab112..8d40b1c 100644 --- a/.github/workflows/push-release-helm-charts.yaml +++ b/.github/workflows/push-release-helm-charts.yaml @@ -34,6 +34,5 @@ jobs: uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts - skip_upload: false env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file