We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2a7b2 commit 7d98ddaCopy full SHA for 7d98dda
fastlane/Fastfile
@@ -65,7 +65,7 @@ lane :release do |options|
65
description: changes
66
)
67
68
- pod_push(path: podspec, allow_warnings: true, sync: options[:sync] & true)
+ pod_push(path: podspec, allow_warnings: true)
69
70
UI.success("Successfully released #{version_number}")
71
UI.success("Github release was created, please visit #{github_release['url']} to see it")
0 commit comments