mirror of
https://github.com/garronej/ts-ci.git
synced 2025-12-01 05:43:06 +00:00
Add log
This commit is contained in:
parent
e8c1eb1074
commit
efb5e941fc
2 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ export async function action(
|
|||
|
||||
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.stringify(to_version),
|
||||
"from_version": NpmModuleVersion.stringify(from_version),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue