fix remote repo pushing

This commit is contained in:
2024-09-18 17:04:21 +02:00
parent 205ec37764
commit 156661bfba
7 changed files with 220 additions and 79 deletions

View File

@@ -15,29 +15,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
## Android
### android test
### android deploy_testing
```sh
[bundle exec] fastlane android test
[bundle exec] fastlane android deploy_testing
```
Runs all the tests
Deploy a new version as a preview version
### android closed_testing
### android deploy_release
```sh
[bundle exec] fastlane android closed_testing
[bundle exec] fastlane android deploy_release
```
Submit a new build to the closed testing lane
### android deploy
```sh
[bundle exec] fastlane android deploy
```
Deploy a new version to the Google Play
Deploy a new version as a full release
----