Skip to content

Commit 7d98dda

Browse files
author
Alexey Alter-Pesotskiy
committed
[BW] Fix pod push action in Fastfile
1 parent be2a7b2 commit 7d98dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lane :release do |options|
6565
description: changes
6666
)
6767

68-
pod_push(path: podspec, allow_warnings: true, sync: options[:sync] & true)
68+
pod_push(path: podspec, allow_warnings: true)
6969

7070
UI.success("Successfully released #{version_number}")
7171
UI.success("Github release was created, please visit #{github_release['url']} to see it")

0 commit comments

Comments
 (0)