From 37c98ff2609829a0afea7d26e96653ee9b9abad4 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Sun, 17 Jan 2021 17:02:22 -0600 Subject: [PATCH] Removes logs. --- .github/actions/release/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/release/index.js b/.github/actions/release/index.js index 339678b..2b3143e 100644 --- a/.github/actions/release/index.js +++ b/.github/actions/release/index.js @@ -60,8 +60,6 @@ const semver = require('semver'); tag += semverPrerelease[0]; } - console.log('VERSION', releaseVersionWithoutV); - console.log('TAG', tag); core.setOutput('version', releaseVersionWithoutV); core.setOutput('tag', tag); } catch (error) {