Skip to content

Commit

Permalink
chore(deps): update helm/chart-releaser-action action to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent db6382e commit 14a46be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
rm ./library/CHART-TEMPLATE/Chart.yaml
- name: Release library charts
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
with:
charts_dir: library
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

- name: Release workload charts
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
# GITHUB_TOKEN does not allow to create a new workflow run,
# so use alternative token to allow post-release workflow to run
Expand Down

0 comments on commit 14a46be

Please sign in to comment.