Browse Source

adding run command to package chart

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

4
.github/workflows/release-selfhost.yml

@ -39,11 +39,13 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v1
id: helm-install
run: helm package charts/budibase
- run: helm package charts/budibase
- uses: actions/checkout@v2
with:
ref: gh-pages
- name: Build and release helm chart
run: |

Loading…
Cancel
Save