mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
ci: Correct dependencies for deploy workflow (#3724)
This commit is contained in:
parent
107bf94c24
commit
43006910c5
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user