This commit is contained in:
garronej 2021-12-01 14:47:26 +01:00
parent e8c1eb1074
commit efb5e941fc
2 changed files with 3 additions and 0 deletions

View file

@ -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),