Skip to content

Commit 3df1bbf

Browse files
committed
Use synchronous CocoaPods publishing [skip-release]
1 parent 3ea9e6d commit 3df1bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-sectionui-skill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
302302
publish_pod() {
303303
local podspec="$1"
304-
pod trunk push "$podspec" --allow-warnings
304+
pod trunk push "$podspec" --allow-warnings --synchronous
305305
}
306306
307307
wait_for_cdn() {

0 commit comments

Comments
 (0)