diff --git a/.github/workflows/charts-release-action.yml b/.github/workflows/charts-release-action.yml index 8b15cf02..ef234767 100644 --- a/.github/workflows/charts-release-action.yml +++ b/.github/workflows/charts-release-action.yml @@ -25,9 +25,9 @@ jobs: # Run the helm chart release command - name: Run karavi chart-releaser - uses: helm/chart-releaser-action@v1.0.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: "true" with: charts_dir: charts + skip_existing: true