Skip to content

Commit

Permalink
[ci] add skip_existing to chart-releaser (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Jan 18, 2025
1 parent 543b4ae commit 8cce564
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 @@ -38,6 +38,8 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_GENERATE_RELEASE_NOTES: true
Expand Down

0 comments on commit 8cce564

Please # to comment.