Skip to content

Commit

Permalink
Setup CI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2024
1 parent c094a0b commit 64b87a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default_platform(:ios)
platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
setup_ci if ENV['CI']
match(app_identifier: "burhanrashid52.whattodo", type: "appstore",readonly:true)
#updated_version_number = bump_build_number()
increment_build_number(build_number: 2)
Expand Down

0 comments on commit 64b87a6

Please sign in to comment.