From 139af4526de7ab54e344df2f98d0569dde3a46d2 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 10 Dec 2021 18:31:32 +0100 Subject: [PATCH] wtf --- .github/workflows/publish-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0dd4697..3193580 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,8 +19,9 @@ jobs: }) } catch (error) { - core.setFailed("Could not find a release for version " + ver) + core.setFailed("Could not find a release for tag '" + tag + "'.") } + # VERIFY THAT THE TAG DOES NOT ALREADY EXIST? - name: Checkout uses: actions/checkout@v2