mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
fix: dont fail
This commit is contained in:
parent
633e7abe1e
commit
37657f4f9f
7 changed files with 16 additions and 17 deletions
|
@ -24,7 +24,7 @@ const main = async() => {
|
|||
|
||||
info(`Going to install release ${release.version}`);
|
||||
|
||||
await install(release, miscTestBuilds);
|
||||
await install(release);
|
||||
|
||||
setOutput('bun-version', release.tag_name);
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue