add option to skip automatic build increase

This commit is contained in:
Gergely Hegedus 2023-10-11 10:41:57 +03:00
parent df4dbfa09b
commit 7d09e90a78
6 changed files with 22 additions and 9 deletions

View file

@ -45,7 +45,7 @@ By Default it sets the version_code to last from TestFlight + 1.
```sh
[bundle exec] fastlane deployInternalFirebase skip_build_number_increase:1
[bundle exec] fastlane deployInternalFirebase skip_build_number_increase:true
```