Skip to content

Commit 324596a

Browse files
committed
chore: add options to fastlane
1 parent aba313b commit 324596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SampleApp/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ end
7272

7373
platform :ios do
7474
desc "Deploy build to TestFlight QA"
75-
lane :deploy_to_testflight_qa do
75+
lane :deploy_to_testflight_qa do |options|
7676
app_store_connect_api_key()
7777

7878
match_appstore

0 commit comments

Comments
 (0)