From 245cce6bba943a461b00b3b4cd30d3bf2f76fc1d Mon Sep 17 00:00:00 2001 From: odysseu <55583423+odysseu@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:44:03 +0100 Subject: [PATCH] added skip_existing flag, bumped to 1.6.0 (#59) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98bbf25..52c3ac6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,9 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.3.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts + skip_existing: true env: CR_TOKEN: "${{ secrets.CR_TOKEN }}"