Skip to content

Commit 59fabff

Browse files
authored
Update release-charts.yaml
Signed-off-by: Stefan Gries <[email protected]>
1 parent c527794 commit 59fabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
uses: helm/[email protected]
9797
with:
9898
charts_dir: charts
99-
skip_existing: true
10099
env:
101100
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
102101
CR_GENERATE_RELEASE_NOTES: true
102+
CR_SKIP_EXISTING: true
103103

104104
- name: Push Chart to GHCR
105105
run: |

0 commit comments

Comments
 (0)