mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
feat: clean version
This commit is contained in:
parent
705032ffe3
commit
ad6ee5950c
4 changed files with 14 additions and 18 deletions
|
@ -17,7 +17,7 @@ const main = async() => {
|
|||
const release = await getGithubRelease(version, token);
|
||||
if (release?.message === 'Not Found') return exit('Invalid bun version.');
|
||||
|
||||
info(`Going to install release ${release.tag_name}`);
|
||||
info(`Going to install release ${release.version}`);
|
||||
|
||||
await install(release);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue