Skip to content

Commit

Permalink
Hard code version
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2024
1 parent fcf7e3d commit c76c2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
match(app_identifier: "burhanrashid52.whattodo", type: "appstore",readonly:true)
updated_version_number = bump_build_number()
increment_build_number(build_number: updated_version_number)
#updated_version_number = bump_build_number()
increment_build_number(build_number: 2)
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
pilot(api_key_path: "fastlane/store.json", skip_waiting_for_build_processing: true)
end
Expand Down

0 comments on commit c76c2c9

Please sign in to comment.