Skip to content

Commit

Permalink
fix(ci): skip uploading if chart exists (#185) (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Jan 25, 2024
1 parent a4c0f31 commit 518b180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
mark_as_latest: false
mark_as_latest: false
skip_existing: true

0 comments on commit 518b180

Please sign in to comment.