fix: dont fail

This commit is contained in:
xHyroM 2022-07-12 19:56:32 +02:00
parent 633e7abe1e
commit 37657f4f9f
7 changed files with 16 additions and 17 deletions

View file

@ -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) {