mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Add log
This commit is contained in:
parent
e8c1eb1074
commit
efb5e941fc
2 changed files with 3 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -12394,6 +12394,7 @@ function action(_actionName, params, core) {
|
|||
const is_upgraded_version = NpmModuleVersion_1.NpmModuleVersion.compare(to_version, from_version) === 1 ? "true" : "false";
|
||||
core.debug(`Is version upgraded: ${is_upgraded_version}`);
|
||||
const is_release_beta = is_upgraded_version === "false" ? "false" : to_version.betaPreRelease !== undefined ? "true" : "false";
|
||||
core.debug(`Is release beta: ${is_release_beta}`);
|
||||
return {
|
||||
"to_version": NpmModuleVersion_1.NpmModuleVersion.stringify(to_version),
|
||||
"from_version": NpmModuleVersion_1.NpmModuleVersion.stringify(from_version),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue