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

adding run command to package chart

This commit is contained in:
Martin McKeaveney 2021-12-16 15:13:20 +01:00
parent 75eff0bbd8
commit fe053ff619

View file

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