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 87c2781 commit 91cba3eCopy full SHA for 91cba3e
1 file changed
.github/workflows/chart-release.yaml
@@ -50,5 +50,6 @@ jobs:
50
helm repo index helm-packages/ --merge index.yaml
51
cp helm-packages/* .
52
echo "New index.yaml: " && cat index.yaml
53
+ git add --all
54
git commit -a -m "Update Helm charts index"
55
git push origin gh-pages
0 commit comments