mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-14 03:04:46 +00:00
WIP
This commit is contained in:
parent
3d087053c5
commit
62cc2d5a6e
12 changed files with 1488 additions and 1008 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -619,7 +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("VAGOOO2")
|
||||
core.info('No changes detected for this commit');
|
||||
}
|
||||
core.info(`Version is ${formattedVersion}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue