Created
March 9, 2020 02:47
-
-
Save tianhaoz95/47c1897375c1c485f6542dd3853405d1 to your computer and use it in GitHub Desktop.
example script to release app with Flutter version Fastlane plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| upload_to_play_store( | |
| track: 'alpha', | |
| version_code: flutter_version(), | |
| aab: '../build/app/outputs/bundle/release/app-release.aab', | |
| skip_upload_screenshots: true, | |
| skip_upload_images: true | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment