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

re-add helm release and configure

This commit is contained in:
Martin McKeaveney 2021-12-13 19:25:53 +01:00
parent 9020ddfc30
commit de7b9efea9

View file

@ -12,6 +12,12 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn
- run: yarn bootstrap
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
@ -21,9 +27,9 @@ jobs:
with:
version: v3.4.0
# - run: yarn release:helm
# env:
# BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
- run: yarn release:helm
env:
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
- name: Configure Git
run: |