We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a3d3a commit 37c98ffCopy full SHA for 37c98ff
.github/actions/release/index.js
@@ -60,8 +60,6 @@ const semver = require('semver');
60
tag += semverPrerelease[0];
61
}
62
63
- console.log('VERSION', releaseVersionWithoutV);
64
- console.log('TAG', tag);
65
core.setOutput('version', releaseVersionWithoutV);
66
core.setOutput('tag', tag);
67
} catch (error) {
0 commit comments