From 116b45ab1e58c5c08848f96f7af381927aaf0537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Tue, 1 Jun 2021 13:01:06 +0200 Subject: [PATCH] [CI] Skip existing releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/charts-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 75f86b00..bbc1cd75 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -41,3 +41,4 @@ jobs: charts_repo_url: https://k8s-at-home.com/charts/ env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: "true"