mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Add explicit need to reach job outputs
This commit is contained in:
parent
a15abe94db
commit
3b5d5db598
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
|||||||
publish_to_app_store:
|
publish_to_app_store:
|
||||||
name: Publish to App Store
|
name: Publish to App Store
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: submit_for_app_review
|
needs: [build_upload, submit_for_app_review]
|
||||||
environment:
|
environment:
|
||||||
name: app_store
|
name: app_store
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user