From 9913a15a0e2af1dda41416dd4b629309f0fc7e13 Mon Sep 17 00:00:00 2001 From: Yimura Date: Wed, 20 Jul 2022 03:53:19 +0200 Subject: [PATCH] fix(Nightly): create_release needs access to both outputs (#354) --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 39598e8c..832c07d4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -96,7 +96,7 @@ jobs: create_release: runs-on: ubuntu-latest name: Create Release - needs: check_date + needs: [ check_date, build_nightly ] if: ${{ needs.check_date.outputs.should_run != 'false' }} steps: - name: Download Artifact