From 7d2eb331e2b8ed657ca01cee139989ac44bfcd75 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 18 May 2022 21:17:51 -0700 Subject: [PATCH] Update needs to set output (#633) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e4ffcc88..96a79d5f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,9 @@ jobs: # and we're good to go. publish: if: startsWith(github.ref, 'refs/heads/master') - needs: build-package-test + needs: + - build-package-test + - draft-release runs-on: ubuntu-20.04 strategy: matrix: