1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

index helm repo

This commit is contained in:
Martin McKeaveney 2021-12-16 14:17:36 +01:00
parent 270ad7bf7b
commit 21ffc61856

View file

@ -47,6 +47,7 @@ jobs:
helm package charts/budibase
git checkout gh-pages
mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs
helm repo index docs
git add -A
git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}"
git push