From e2a44de085a02dc816abee8cc7f3618441ab17ed Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 21 Feb 2024 23:16:39 +0200 Subject: [PATCH] Bug Fix: Release CD not explicitly configured to skip release on existing tags Signed-off-by: Itay Grudev --- .github/workflows/release-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index aadd35bff..0645ed7e1 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -36,6 +36,7 @@ jobs: uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: true CR_GENERATE_RELEASE_NOTES: true CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-v{{ .Version }}"