Skip to content

Commit 37c98ff

Browse files
committed
Removes logs.
1 parent e0a3d3a commit 37c98ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/release/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ const semver = require('semver');
6060
tag += semverPrerelease[0];
6161
}
6262

63-
console.log('VERSION', releaseVersionWithoutV);
64-
console.log('TAG', tag);
6563
core.setOutput('version', releaseVersionWithoutV);
6664
core.setOutput('tag', tag);
6765
} catch (error) {

0 commit comments

Comments
 (0)