Skip to content

Commit 229cfba

Browse files
committed
chore: skip existing charts on release
Signed-off-by: Mark Phelps <[email protected]>
1 parent 93e68b1 commit 229cfba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
uses: helm/[email protected]
3333
env:
3434
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
35+
with:
36+
skip_existing: true

0 commit comments

Comments
 (0)