diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 6389eed..31e836c 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -38,6 +38,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 + with: + skip_existing: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"