From 95d31440dbcaf38e596e6b712d0d288215ce2a56 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 18 Mar 2022 18:02:01 +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 bc2e038..c7e2189 100644 --- a/.github/workflows/publish-release.js +++ b/.github/workflows/publish-release.js @@ -24,6 +24,7 @@ module.exports = /*async*/ ({github, context, core}) => { repo: context.repo.repo, ref: `heads/release/${version}` }) + console.log(branchRefs) if (firstOrDefault(branchRefs.data, (x) => x.ref == `heads/release/${version}`) == null) { core.setFailed(`Could not find branch 'release/${version}'.`) return