Skip to content

Commit

Permalink
finish revert
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 committed Oct 15, 2024
1 parent 2999c66 commit e62bea5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- name: Publish podspecs to CocoaPods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
# Note that CocoaPods may fail to publish the Mocks spec for some time
# after publishing the primary spec because the former depends on the latter.
# If this happens, re-run the job after ~20 minutes or wait for the next commit
# to land on main.
# Note that --synchronous is used since Mocks depends on the primary spec.
run: |
pod trunk push Connect-Swift.podspec
pod trunk push Connect-Swift-Mocks.podspec
pod trunk push Connect-Swift.podspec --allow-warnings --synchronous
pod trunk push Connect-Swift-Mocks.podspec --allow-warnings --synchronous

0 comments on commit e62bea5

Please sign in to comment.