Skip to content

Commit

Permalink
[ci] Bumping chart-releaser-action and updating config
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Feb 6, 2025
1 parent 6a7649c commit a9fc41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

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

0 comments on commit a9fc41a

Please sign in to comment.