Skip to content

Commit

Permalink
ci(chart-releaser-action): add skip existing (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: kty1965 <[email protected]>
  • Loading branch information
kty1965 and kty1965 authored Jan 22, 2024
1 parent f83ed07 commit d6d8f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
with:
charts_dir: charts
config: "./.github/configs/cr.yaml"
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d6d8f9b

Please sign in to comment.