1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

adding budibase release version env var

This commit is contained in:
Martin McKeaveney 2021-12-08 18:00:59 +00:00
parent 21462a0f68
commit 7da73c719f

View file

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