We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255ca4 commit 4c9afceCopy full SHA for 4c9afce
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
61
done
62
- name: Run chart-releaser
63
- uses: helm/chart-releaser-action@v1.6.0
+ uses: helm/chart-releaser-action@v1.7.0
64
with:
65
skip_existing: true
66
env:
0 commit comments