diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 7a2d6b1..a22fcd9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,7 +23,7 @@ platform :ios do increment_build_number(build_number: build.to_i) end - match(type: "appstore", readonly: is_ci, keychain_name: "login.keychain", keychain_password: "bark") + match(type: "appstore", readonly: is_ci) build_app(workspace: "Bark.xcworkspace", scheme: "Bark")