Skip to content

Commit

Permalink
feat(): better increment_build_number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 22, 2024
1 parent ce369e0 commit ce5924e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ platform :ios do
lane :deploy do
setup_ci

increment_build_number(xcodeproj: "CkOnboardinApp.xcodeproj")
current_build_number = app_store_build_number(live: false)
increment_build_number(xcodeproj: "CkOnboardinApp.xcodeproj", build_number: current_build_number + 1)

sync_code_signing(
type: "appstore",
Expand Down

0 comments on commit ce5924e

Please sign in to comment.