We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725442f commit c26b77fCopy full SHA for c26b77f
fastlane/Fastfile
@@ -19,7 +19,6 @@ platform :ios do
19
version = releaseBranchName.partition('/').last
20
21
version_bump_podspec(path: "ArrayPlusTuple.podspec", version_number: version)
22
- cocoapods(clean: true, podfile: "Example/Podfile", repo_update: true)
23
24
scan()
25
pod_lib_lint
0 commit comments