Browse Source

index helm repo

pull/3885/head
Martin McKeaveney 5 years ago
parent
commit
21ffc61856
  1. 1
      .github/workflows/release-selfhost.yml

1
.github/workflows/release-selfhost.yml

@ -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

Loading…
Cancel
Save