mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-16 01:57:07 +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
|
# Create GitHub release with Rust build targets and release notes
|
||||||
github_release:
|
github_release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
needs: github_build
|
needs: [github_build, notarize_and_pkgbuild]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup | Checkout
|
- name: Setup | Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user