We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37c3ae commit c48ffc4Copy full SHA for c48ffc4
.github/workflows/release.yml
@@ -93,15 +93,15 @@ jobs:
93
rm ./library/CHART-TEMPLATE/Chart.yaml
94
95
- name: Release library charts
96
- uses: helm/chart-releaser-action@v1.6.0
+ uses: helm/chart-releaser-action@v1.7.0
97
with:
98
charts_dir: library
99
env:
100
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
101
CR_SKIP_EXISTING: true
102
103
- name: Release workload charts
104
105
106
# GITHUB_TOKEN does not allow to create a new workflow run,
107
# so use alternative token to allow post-release workflow to run
0 commit comments