From d4a16eba7087d473f65ef74e5a478fc614ccda0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 26 Apr 2023 12:36:47 +0200 Subject: [PATCH] docs: update readme (#1) --- plugins/fastlane-plugin-android_cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fastlane-plugin-android_cd/README.md b/plugins/fastlane-plugin-android_cd/README.md index 1c02e04..92fba53 100644 --- a/plugins/fastlane-plugin-android_cd/README.md +++ b/plugins/fastlane-plugin-android_cd/README.md @@ -71,7 +71,7 @@ build_and_deploy(beta_type: "internal") #### Promote ```ruby -promote(beta_type: "internal") +promote(from: "internal", destination: "beta") ``` note that beta type can be `production`, `beta`, `alpha`, `internal`.