From 991f1ea4410846046891d11b0c92e1a6ad0e6c26 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 30 Sep 2019 20:56:09 +0800 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7891e69..8b4cc00 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ async function selectVersion() { if (!ver) throw new Error(`No matched releases of xmake-version: ${version}`) const sha = versions[ver] - core.info(`Selected xmake ${ver} (commit: ${sha.substr(0, 8)})`) + core.info(`selected xmake v${ver} (commit: ${sha.substr(0, 8)})`) return { version: ver, sha } }