1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13: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 helm package charts/budibase
git checkout gh-pages git checkout gh-pages
mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs mv budibase-${{ github.steps.version.outputs.release_version }}.tgz docs
helm repo index docs
git add -A git add -A
git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}" git commit -m "Helm Release: ${{ github.steps.version.outputs.release_version }}"
git push git push