Skip to content

Commit

Permalink
removed email send (stripe#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenry-stripe authored and arekkubaczkowski committed Jun 29, 2022
1 parent ccde80f commit 3da3855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ lane :publish_to_firebase do |options|
# Upload build to Firebase
firebase_app_distribution(
app: options[:app_id].to_s,
groups: 'terminal-qa',
# uncomment groups to send an email on every deploy
# groups: 'terminal-qa',
release_notes: build_notes,
apk_path: 'example/android/app/build/outputs/apk/release/app-release.apk',
firebase_cli_token: options[:firebase_token].to_s
Expand Down

0 comments on commit 3da3855

Please sign in to comment.