Skip to content

Commit

Permalink
Use --synchronous to push interdependent pods
Browse files Browse the repository at this point in the history
  • Loading branch information
IhmeHippi committed Aug 18, 2021
1 parent b85e1f6 commit 262be2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pod_push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
- name: Lint MB
run: pod lib lint --include-podspecs=SwedbankPaySDK.podspec SwedbankPaySDKMerchantBackend.podspec
- name: Push Core
run: pod trunk push SwedbankPaySDK.podspec
run: pod trunk push --synchronous SwedbankPaySDK.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
- name: Repo Update
run: pod repo update
- name: Push MB
run: pod trunk push SwedbankPaySDKMerchantBackend.podspec
run: pod trunk push --synchronous SwedbankPaySDKMerchantBackend.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit 262be2d

Please sign in to comment.