From 143637c4fc05837d238c0ca67543a4494c07cc85 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 18 Mar 2022 18:31:39 +0100 Subject: [PATCH] exp --- .github/workflows/publish-release.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.js b/.github/workflows/publish-release.js index 6100674..fee6024 100644 --- a/.github/workflows/publish-release.js +++ b/.github/workflows/publish-release.js @@ -48,6 +48,7 @@ module.exports = /*async*/ ({github, context, core}) => { core.setFailed(`Could not find a GitHub release for tag '${tag}'.`) return } + console.log(release) if (release.draft) { core.setFailed(`GitHub release for tag '${tag}' is already published.`) return