Skip to content

Commit

Permalink
feat(fastlane): add upload to testflight step for beta lane
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Aug 29, 2023
1 parent 65f35bb commit 5aec9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ platform :ios do
desc 'Publish Beta Release'
lane :beta do
build(target: 'prod', profile: 'appstore', config: 'Release')
upload_to_testflight(skip_waiting_for_build_processing: false)
end
end

0 comments on commit 5aec9b6

Please sign in to comment.