Skip to content

Commit 229cfba

Browse files
committed
chore: skip existing charts on release
Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
1 parent 93e68b1 commit 229cfba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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/chart-releaser-action@v1.7.0
3333
env:
3434
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
35+
with:
36+
skip_existing: true

0 commit comments

Comments
 (0)