ci: skip existing chart releases in release workflow

This commit is contained in:
2026-06-13 18:03:55 +03:30
parent 082e80606f
commit 4996a511eb
+1
View File
@@ -36,6 +36,7 @@ jobs:
with:
charts_dir: charts
config: .cr.yaml
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"