Furhter experiments.
All checks were successful
Try out action / Try action (push) Successful in 16s
Try out action / test-job (push) Successful in 0s
Lint / pre-commit Autoupdate (push) Successful in 51s

This commit is contained in:
2024-05-28 22:57:06 +02:00
parent f30b5f35fb
commit db0744d470

View File

@ -71,7 +71,8 @@ async function main() {
const current_version = await increaseVersion(url_pattern, start_version);
core.info(`The new version determend is ${current_version}`);
core.setOutput("current_version", `${current_version}`);
print("::set-output name=current_version::1.2.3");
console.log("::set-output name=current_version::1.2.3");
core.info("::set-output name=current_version::1.2.4");
// return current_version;
} catch (error) {
core.setFailed(`Action failed with error: ${error}`);