Skip to content

Commit

Permalink
Revert log message
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfbyteHeroes committed Dec 5, 2024
1 parent 3e813da commit d6d1806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/defineVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function defineReleaseVersion({ core }, currentVersion, changelogFile, isM
core.info(`Increase version from ${currentVersion} to ${version}`);
return version;
} else {
core.error('No valid entries to release');
core.error('No valid entries to release', unreleased);
}
});
}
Expand Down

0 comments on commit d6d1806

Please sign in to comment.