Skip to content

Commit

Permalink
Log the version with user format and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
teofilomonteiro authored Oct 13, 2021
1 parent 00b872d commit 2c7f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const setOutput = (major, minor, patch, increment, changed, branch, namespace) =
core.info('No changes detected for this commit');
}

core.info(`Version is ${major}.${minor}.${patch}+${increment}`);
core.info(`Version is ${version}`);
if (repository !== undefined && !namespace) {
core.info(`To create a release for this version, go to https://github.com/${repository}/releases/new?tag=${tag}&target=${branch.split('/').reverse()[0]}`);
}
Expand Down

0 comments on commit 2c7f4b8

Please sign in to comment.