Skip to content

Commit

Permalink
feat(): add increment_build_number step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 22, 2024
1 parent fd8b89f commit b288671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ platform :ios do
desc "deploy"
lane :deploy do
setup_ci

increment_build_number(xcodeproj: "CkOnboardinApp.xcodeproj")

sync_code_signing(
type: "appstore",
app_identifier: 'com.dawidcompany.simpleweatherapp',
Expand Down

0 comments on commit b288671

Please sign in to comment.