Skip to content

Commit 50beeb3

Browse files
committed
Try with an env var CR_SKIP_EXISTING
Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent fff2470 commit 50beeb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
2222
- name: Run chart-releaser
2323
uses: helm/[email protected]
24-
with:
25-
skip_existing: true
2624
env:
2725
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
26+
CR_SKIP_EXISTING: "true"

0 commit comments

Comments
 (0)