Skip to content

Commit

Permalink
workflow: skip existing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Jun 14, 2024
1 parent 92c393c commit 77a6490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

0 comments on commit 77a6490

Please sign in to comment.