Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jan 15, 2025
1 parent 85be8c5 commit a30398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ platform :ios do
include_bitcode: false)
upload_to_testflight(username: ENV["USERNAME"],
groups: [
"iNat Staff Only"
"iNat Staff"
])
app_store_build_number(live: false, username: ENV["USERNAME"], app_identifier: ENV["APPLE_ID"])
slack(
Expand Down

0 comments on commit a30398a

Please sign in to comment.