From 43006910c5a258b4401e2c8663bf5169b8e3e610 Mon Sep 17 00:00:00 2001 From: Kevin Song Date: Wed, 9 Mar 2022 15:07:36 -0600 Subject: [PATCH] ci: Correct dependencies for deploy workflow (#3724) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ed8e737..a2f87ba4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -202,7 +202,7 @@ jobs: # Create GitHub release with Rust build targets and release notes github_release: name: Create GitHub Release - needs: github_build + needs: [github_build, notarize_and_pkgbuild] runs-on: ubuntu-latest steps: - name: Setup | Checkout