We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1106208 commit 48b5fa4Copy full SHA for 48b5fa4
fastlane/Fastfile
@@ -29,7 +29,7 @@ platform :android do |options|
29
deployToPlaystore(alpha:options[:alpha], beta:options[:beta])
30
deployToServer(alpha:options[:alpha], beta:options[:beta])
31
deployToFDroid(alpha:options[:alpha], beta:options[:beta])
32
- testLite(alpha:options[:alpha], beta:options[:beta])
+ deployLite(alpha:options[:alpha], beta:options[:beta])
33
createGitHubDraftRelease(alpha:options[:alpha], beta:options[:beta])
34
35
slack(
0 commit comments