adding budibase release version env var
This commit is contained in:
parent
21462a0f68
commit
7da73c719f
|
@ -52,6 +52,8 @@ jobs:
|
|||
id: install
|
||||
|
||||
- run: yarn release:helm
|
||||
env:
|
||||
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.1.0
|
||||
|
|
Loading…
Reference in New Issue