Skip to content

Commit 90d3603

Browse files
committed
fix: skip releasing charts when one exists
1 parent 23b9bf3 commit 90d3603

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
charts_dir: helm
4242
env:
4343
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
44+
CR_SKIP_EXISTING: true # Skips charts if the release already exists
4445
cas-airflow-build:
4546
needs: [release]
4647
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)