diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cd52b57..b728d54 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -47,7 +47,7 @@ platform :ios do upload_to_testflight( notify_external_testers: true, changelog: CHANGELOG, - groups: ['Beta Tester'], + groups: ['Project Staff'], ) end end