Skip to content

Commit

Permalink
workflow: Add skip_existing for Helm Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamKumar2002 authored Dec 21, 2024
1 parent 4c9b1f5 commit 66f8d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
with:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 66f8d04

Please sign in to comment.