Skip to content

Commit

Permalink
Merge pull request #16 from rambohe-ch/skip-existing
Browse files Browse the repository at this point in the history
skip existing charts
  • Loading branch information
rambohe-ch authored Oct 27, 2023
2 parents 6640a20 + 96786a5 commit 4cdee4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
version: v3.8.1

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

0 comments on commit 4cdee4a

Please sign in to comment.