Skip to content

Commit b9e0c59

Browse files
authored
Fix: For helm chart publish
Signed-off-by: jebjohns <[email protected]>
1 parent c7bae7b commit b9e0c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/helm_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
git config user.email "$GITHUB_ACTOR@@gmail.com"
2222
2323
- name: Run chart-releaser
24-
uses: helm/chart-releaser-action@v1.1.0
24+
uses: helm/chart-releaser-action@v1.5.0
2525
env:
2626
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
27+
CR_SKIP_EXISTING: true

0 commit comments

Comments
 (0)