From cea723801c3e8c2d732e2e4b8a3d118e9cd58c1d Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Mon, 13 Dec 2021 13:49:02 +0100 Subject: [PATCH] updating chart releaser CI --- .github/workflows/release-selfhost.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 78009501f8..bca4000fbf 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.github/workflows/release-selfhost.yml @@ -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 }}