some more fastlane fixes
Some checks failed
Some checks failed
This commit is contained in:
@@ -23,21 +23,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
|
||||
|
||||
Load the App Store Connect API token
|
||||
|
||||
### ios beta
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios beta
|
||||
```
|
||||
|
||||
Push a new beta build to TestFlight
|
||||
|
||||
### ios deploy_testing
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios deploy_testing
|
||||
```
|
||||
|
||||
Deploy a new version to closed testing (testflight)
|
||||
|
||||
### ios deploy_release
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane ios deploy_release
|
||||
```
|
||||
|
||||
Deploy a new version as a full release
|
||||
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user