mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
WIP
This commit is contained in:
parent
98eb075f32
commit
bef7d40703
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -619,6 +619,7 @@ function setOutput(versionResult) {
|
|||
const { major, minor, patch, increment, versionType, formattedVersion, versionTag, changed, isTagged, authors, currentCommit, previousCommit, previousVersion, debugOutput } = versionResult;
|
||||
const repository = process.env.GITHUB_REPOSITORY;
|
||||
if (!changed) {
|
||||
core.info("VAGOOO")
|
||||
core.info('No changes detected for this commit');
|
||||
}
|
||||
core.info(`Version is ${formattedVersion}`);
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ function setOutput(versionResult: VersionResult) {
|
|||
const repository = process.env.GITHUB_REPOSITORY;
|
||||
|
||||
if (!changed) {
|
||||
core.info("VAGOOO")
|
||||
core.info('No changes detected for this commit');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue