Skip to content

Commit

Permalink
[workflow] Upgrade chart-releaser-action to 1.6.0
Browse files Browse the repository at this point in the history
Needed for `skip_existing`
  • Loading branch information
didierofrivia authored Jul 24, 2024
1 parent 754045e commit a46d327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
skip_packaging: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.HELM_WORKFLOWS_TOKEN }}"
CR_PACKAGE_PATH: "./charts"

0 comments on commit a46d327

Please sign in to comment.