From 7688e0cbc7becbde39fb0ed9ba803eb01ee02b1e Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 10 Dec 2021 17:48:01 +0100 Subject: [PATCH] exp --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e7631bb..9bf22f6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -17,7 +17,7 @@ jobs: tag: tag }) } - catch { + catch (error) { core.setFailed("Could not find a release for tag " + tag) }