From 4996a511eb41e640e34fd433d0017d0db3400184 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 13 Jun 2026 18:03:55 +0330 Subject: [PATCH] ci: skip existing chart releases in release workflow --- .github/workflows/release-chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 4771559..a72f5b6 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -36,6 +36,7 @@ jobs: with: charts_dir: charts config: .cr.yaml + skip_existing: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"