From 716be074d34f223451b73a749dacc61d071c6f16 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 18 Mar 2022 16:22:46 +0100 Subject: [PATCH] exp --- .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 273ea8b..f57be6d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -28,4 +28,6 @@ jobs: script: | const scriptf = require('./.github/workflows/publish-release.js') const script = scriptf({github, context, core}) + console.log(script) + script.test() await script.validateRelease() \ No newline at end of file