From 4bc423721a15a3dc92eab541b283746fb9611035 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 10 Dec 2021 18:09:50 +0100 Subject: [PATCH] exp --- .github/workflows/publish-release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index d9dcd96..471f55a 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,23 +19,6 @@ jobs: if (rel === null) { core.setFailed("Could not find a release for tag " + tag) } - /* - try { - console.log('X1') - const rel = github.repos.getReleaseByTag({ - owner: context.repo.owner, - repo: context.repo.repo, - tag: tag - }) - console.log('X2') - } - catch (error) { - console.log('X3') - core.setFailed("Could not find a release for tag " + tag) - console.log('X4') - } - console.log('X5') - */ - name: Checkout uses: actions/checkout@v2