We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaa0e0 commit 4e39413Copy full SHA for 4e39413
1 file changed
fastlane/Fastfile
@@ -952,6 +952,7 @@ platform :ios do
952
api_key_path: "./appstore_api_key.json",
953
pkg: exported_pkg,
954
skip_waiting_for_build_processing: true,
955
+ notify_external_testers: false,
956
changelog: changelog
957
)
958
@@ -996,6 +997,7 @@ platform :ios do
996
997
api_key_path: ENV["APPLE_API_KEY_PATH"] || "./appstore_api_key.json",
998
ipa: ipa_path,
999
1000
1001
1002
1003
0 commit comments