From 36fdfa1361ee106737f5bd9004298b08e7055dc4 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 30 Jun 2021 12:27:25 +0800 Subject: [PATCH] FIX error comments of example yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c485a1d8..a3224fb8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ steps: keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} env: - // override default build-tools version (29.0.3) -- optional + # override default build-tools version (29.0.3) -- optional BUILD_TOOLS_VERSION: "30.0.2" # Example use of `signedReleaseFile` output -- not needed