Skip to content

Commit

Permalink
Fix multiple pods push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Akhmadeev committed Dec 27, 2022
1 parent 74c442f commit c618501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ def push_podspec(podspec_name)
begin
sh("bundle exec pod repo update")
pod_push(
use_bundle_exec: true,
path: podspec_name,
allow_warnings: true,
skip_tests: true
skip_tests: true,
synchronous: true
)
break
rescue StandardError => error
Expand Down

0 comments on commit c618501

Please sign in to comment.