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 aba313b commit 324596aCopy full SHA for 324596a
examples/SampleApp/fastlane/Fastfile
@@ -72,7 +72,7 @@ end
72
73
platform :ios do
74
desc "Deploy build to TestFlight QA"
75
- lane :deploy_to_testflight_qa do
+ lane :deploy_to_testflight_qa do |options|
76
app_store_connect_api_key()
77
78
match_appstore
0 commit comments