1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

ci: Correct dependencies for deploy workflow (#3724)

This commit is contained in:
Kevin Song 2022-03-09 15:07:36 -06:00 committed by GitHub
parent 107bf94c24
commit 43006910c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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