From 7855d9c4761668a0af65b2e040e9288fabd0cf6a Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Tue, 5 Jan 2021 19:22:48 -0800 Subject: [PATCH] Reset build number to 0 after uploading --- fastlane/Fastfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1f35757..ce216b9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -110,6 +110,10 @@ platform :ios do app_identifier: app_identifier, skip_waiting_for_build_processing: true ) + increment_build_number( + build_number: 0, + xcodeproj: "pass.xcodeproj" + ) if is_ci? notify_dev end @@ -157,6 +161,10 @@ platform :ios do app_identifier: app_identifier, skip_waiting_for_build_processing: true ) + increment_build_number( + build_number: 0, + xcodeproj: "pass.xcodeproj" + ) if is_ci? notify_dev end