Skip to content

Commit

Permalink
live false
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 7, 2024
1 parent 18a3995 commit dc5247a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/tablet/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ platform :ios do
current_version = get_version_number(xcodeproj: xcodeproj)
latest_build_number = app_store_build_number(
api_key: api_key,
version: current_version,
app_identifier: ENV['BUNDLE_IDENTIFIER']
app_identifier: ENV['BUNDLE_IDENTIFIER'],
live: false
)

build_number = latest_build_number + 1
Expand Down

0 comments on commit dc5247a

Please sign in to comment.