From 6a103e03a36d9bf3f348b024552180c420015395 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 10 Dec 2021 18:13:01 +0100 Subject: [PATCH] wtf --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 471f55a..7a66191 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -16,9 +16,11 @@ jobs: repo: context.repo.repo, tag: tag }) + console.log('X1') if (rel === null) { core.setFailed("Could not find a release for tag " + tag) } + console.log('X2') - name: Checkout uses: actions/checkout@v2