Skip to content

Commit 1a2e27e

Browse files
committed
fix: build number
1 parent fab8df8 commit 1a2e27e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/SampleApp/fastlane/Fastfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ lane :deploy_to_testflight_qa do |options|
3333
xcodeproj: xcode_project
3434
)
3535

36-
current_build_number = app_store_build_number(
37-
api_key: appstore_api_key,
38-
live: false,
39-
app_identifier: bundle_id
40-
)
36+
current_build_number = 799
4137

4238
increment_build_number(
4339
build_number: current_build_number + 1,

0 commit comments

Comments
 (0)