Distribute Firebase builds to livefront group. (#243)

This commit is contained in:
Andrew Haisting
2024-10-17 15:25:00 -05:00
committed by GitHub
parent 123d227c13
commit b127021701

View File

@@ -108,7 +108,7 @@ platform :android do
android_artifact_type: "AAB",
android_artifact_path: "app/build/outputs/bundle/release/com.bitwarden.authenticator-release.aab",
service_credentials_file: options[:serviceCredentialsFile],
groups: "internal-prod-group",
groups: "internal-prod-group, livefront",
release_notes: release_notes,
)
end