Skip to content

Commit 0b4f50f

Browse files
committed
Fix env variable name
1 parent c2751eb commit 0b4f50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ platform :ios do
4545
end
4646

4747
lane :ci_beta do
48-
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "120"
48+
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
4949
increment_build_number({
5050
build_number: latest_testflight_build_number(api_key_path: "api_key.json", app_identifier: "org.pennlabs.PennMobile") + 1
5151
})

0 commit comments

Comments
 (0)