From 6691ee60b6f21231c7a290e442d5094a2b3abe5b Mon Sep 17 00:00:00 2001 From: Jonathan Poole Date: Thu, 30 Sep 2021 13:19:12 +0100 Subject: [PATCH] Forgot to update dist again --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 4e50984..2f0f85e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8518,7 +8518,7 @@ async function run() { owner: github.context.repo.owner, repo: github.context.repo.repo, tag: "v" + version, - }) + }).catch() if (releaseUrl !== undefined) { core.info("Release already created. Nothing to do: " + releaseUrl)