[local] publish YogaKit with --synchronous

This commit is contained in:
Nick Gerleman
2023-06-29 11:54:59 -07:00
parent 24d2782ad3
commit 1b3ddbbf4a

View File

@@ -23,6 +23,7 @@ jobs:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
- name: Publish YogaKit
run: pod trunk push YogaKit.podspec
# Must run with --synchronous since YogaKit may depend on the just published version of Yoga
run: pod trunk push YogaKit.podspec --synchronous
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}