From 87d19619a89f152034fd87f7db91b2e09ec18d38 Mon Sep 17 00:00:00 2001 From: MeilCli <2821921+MeilCli@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:04:45 +0000 Subject: [PATCH] update actions --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8b5dadd..0bbd1f5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1057,7 +1057,7 @@ async function getLatestRelease(client, option) { commitSha, }; } - catch (error) { + catch { return null; } }