mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-22 06:00:46 +00:00
fix: extract two times for custom urls
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user