From fdc1fae6680d2ea610a5d3f95c5611e36f356e3d Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Thu, 21 Mar 2024 19:59:07 +0100 Subject: [PATCH] chart releaser: bump version to support 'skip_existing' --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2fba0e9..2d942004 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: helm repo add ethpandaops https://ethpandaops.github.io/ethereum-helm-charts - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 with: charts_dir: charts skip_existing: true