Skip to content

Commit

Permalink
Removes logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Jan 17, 2021
1 parent e0a3d3a commit 37c98ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 37c98ff

Please sign in to comment.