Skip to content

Commit

Permalink
fix: pass username to pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 23, 2023
1 parent c5d09f3 commit 47fe74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ fastlane_version '2.216.0'
platform :ios do
desc 'Ship to TestFlight'
lane :beta do
pilot
pilot(username: "[email protected]")
end
end

0 comments on commit 47fe74e

Please sign in to comment.