From 4fd6c2e8a941ecce107e9803cd69ea976a9cbdd4 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Thu, 13 Feb 2025 09:48:06 -0600 Subject: [PATCH] fix fastlane --- ios/fastlane/Fastfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 23c15289..9689ed6f 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -58,7 +58,10 @@ platform :ios do beta_app_description: "A music app for Jellyfin", expire_previous_builds: true, distribute_external: true, - changelog: "General Functionality, User Experience" + changelog: "General Functionality, User Experience", + groups: [ + "Selfhosters" + ] ) end end