From 3020422cb9f2c5e1cd489e0e3f586566b741610d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Stehl=C3=ADk?= Date: Tue, 9 May 2023 10:19:00 +0200 Subject: [PATCH] ci: skip existing (#7) --- .github/workflows/helm-release.yaml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 89aa905..838defd 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -28,3 +28,4 @@ jobs: uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_SKIP_EXISTING: true diff --git a/README.md b/README.md index 40e0147..de8b343 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # test-chart Repo for Helm chart release testing -Testing +Testing again