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 } }