updating chart releaser CI

This commit is contained in:
Martin McKeaveney 2021-12-13 13:49:02 +01:00
parent b81b880eca
commit e3615cc472
1 changed files with 1 additions and 3 deletions

View File

@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x
@ -43,9 +44,6 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
- uses: azure/setup-helm@v1
id: install
- run: yarn release:helm
env:
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}