From 5c96dcda80413b9354da127009ee9b2f41ba279b Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:06:15 -0500 Subject: [PATCH] Revert "Update chart-releaser-action to v1.6.0" (#46) Reverts bitwarden/helm-charts#43 This action is not currently working. Same bug as https://github.com/helm/chart-releaser-action/issues/171 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571cb8b2..eeff07cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,9 +71,9 @@ jobs: if: ${{ github.event.inputs.release_mode != 'Dry Run' }} env: CR_GENERATE_RELEASE_NOTES: true + CR_MAKE_RELEASE_LATEST: true + CR_SKIP_EXISTING: true CR_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 + uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 with: - mark_as_latest: true - skip_existing: true skip_packaging: true