From a5697712ac92bbb4189770a6f4459b7f17410b3e Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Thu, 14 May 2020 22:06:43 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8af0f5d71d..77c00f20b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: # NODE_AUTH_TOKEN: ${{secrets.npm_token}} publish-electron: + needs: [build] runs-on: ${{ matrix.os }} strategy: matrix: