From 08b1707fa37baa1bbba5f41cdb2a9a9dff9e9006 Mon Sep 17 00:00:00 2001 From: 0xThresh <104535511+0xThresh@users.noreply.github.com> Date: Tue, 7 May 2024 11:01:37 -0700 Subject: [PATCH] Update helm-release.yml Updating a setting that will package/ upload the release on every run, which should hopefully cause the package to re-upload to the `gh-pages` branch correctly. --- .github/workflows/helm-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 186b840..2e77b3f 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -29,8 +29,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - skip_existing: true + skip_existing: false packages_with_index: true charts_dir: charts/ env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"