Skip to content

Commit c48ffc4

Browse files
chore(deps): update helm/chart-releaser-action action to v1.7.0
1 parent c37c3ae commit c48ffc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ jobs:
9393
rm ./library/CHART-TEMPLATE/Chart.yaml
9494
9595
- name: Release library charts
96-
uses: helm/chart-releaser-action@v1.6.0
96+
uses: helm/chart-releaser-action@v1.7.0
9797
with:
9898
charts_dir: library
9999
env:
100100
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
101101
CR_SKIP_EXISTING: true
102102

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

0 commit comments

Comments
 (0)