diff --git a/.github/workflows/helm-charts-release-to-gh-oci.yml b/.github/workflows/helm-charts-release-to-gh-oci.yml index a5d33b0..fb69e01 100644 --- a/.github/workflows/helm-charts-release-to-gh-oci.yml +++ b/.github/workflows/helm-charts-release-to-gh-oci.yml @@ -27,6 +27,7 @@ jobs: uses: helm/chart-releaser-action@v1.7.0 with: charts_dir: helm/charts + skip_existing: true env: CR_GENERATE_RELEASE_NOTES: true CR_SKIP_EXISTING: true