mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
fix: extract two times for custom urls
This commit is contained in:
parent
1e0686b2cc
commit
38a9038faf
2 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@ const main = async() => {
|
|||
|
||||
info(`Going to install release ${release.version}`);
|
||||
|
||||
await install(release, token, customDownloadUrl === null);
|
||||
await install(release, token, customDownloadUrl !== null);
|
||||
|
||||
setOutput('bun-version', release.tag_name);
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue