diff --git a/scripts/build_podspec.sh b/scripts/build_podspec.sh index 7b8eb164..ccc56211 100755 --- a/scripts/build_podspec.sh +++ b/scripts/build_podspec.sh @@ -116,7 +116,7 @@ EOF pod repo update # last chance of getting the latest versions of previous pushed pods if $upload; then echo "Uploading ${tmpdir}/${target}.podspec" - pod trunk push "${tmpdir}/${target}.podspec" + pod trunk push "${tmpdir}/${target}.podspec" --synchronous fi done