Skip to content

Commit

Permalink
Set CR_SKIP_EXISTING=true explicitly for gh charts-releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Basov committed Dec 5, 2024
1 parent 8eea4b4 commit ac94132
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 @@ -43,4 +43,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 ac94132

Please sign in to comment.