Skip to content

Commit

Permalink
fix chart releaser
Browse files Browse the repository at this point in the history
- update
- do not mark chart release as latest
- do not error out when release already exists (such as when running on master)
  • Loading branch information
toelke committed May 3, 2024
1 parent 4080453 commit d432182
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0
uses: helm/chart-releaser-action@v1.6.0
with:
mark_as_latest: false
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d432182

Please sign in to comment.