Skip to content

Commit

Permalink
update helm releaser (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye authored Feb 2, 2024
1 parent 6e50b54 commit d6ed125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# Run the helm chart release command
- name: Run karavi chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts
skip_existing: true

0 comments on commit d6ed125

Please sign in to comment.