Skip to content

Commit

Permalink
fix: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliopime committed Oct 25, 2023
1 parent 31f9b8d commit cf4e9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiplatformApp/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default_platform(:mac)
platform :mac do
desc "Release a beta on TestFlight"
lane :beta do
setup_ci if ENV['CI']
app_store_connect_api_key()
sync_certificates
increment_build_number
Expand Down

0 comments on commit cf4e9e7

Please sign in to comment.