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
1 changed files with 2 additions and 0 deletions

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