adding run command to package chart
This commit is contained in:
parent
e2e91a7bd5
commit
8056c1acbb
|
@ -39,11 +39,13 @@ jobs:
|
||||||
- name: Setup Helm
|
- name: Setup Helm
|
||||||
uses: azure/setup-helm@v1
|
uses: azure/setup-helm@v1
|
||||||
id: helm-install
|
id: helm-install
|
||||||
run: helm package charts/budibase
|
|
||||||
|
|
||||||
|
- run: helm package charts/budibase
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
|
|
||||||
|
|
||||||
- name: Build and release helm chart
|
- name: Build and release helm chart
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue