From 8b5646e4ac69ba74695e03aec7f4d73482f5ddec Mon Sep 17 00:00:00 2001 From: Oleg Tarasov Date: Fri, 28 Feb 2020 15:37:13 +0300 Subject: [PATCH] Removed debug --- lib/main.js | 1 - src/main.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/main.js b/lib/main.js index 5cfc14ab..cdd93c1a 100644 --- a/lib/main.js +++ b/lib/main.js @@ -37,7 +37,6 @@ function run() { return; } } - core.warning(`Setting tag to '${tag}'`); core.exportVariable("GIT_TAG_NAME", tag); core.setOutput('tag', tag); } diff --git a/src/main.ts b/src/main.ts index 3484e9c3..d90602cd 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,6 @@ async function run() { return } } - core.warning(`Setting tag to '${tag}'`) core.exportVariable("GIT_TAG_NAME", tag); core.setOutput('tag', tag); }