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