Reset build number to 0 after uploading
This commit is contained in:
parent
a8facbdb6b
commit
7855d9c476
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue