From db0744d470304df5ae780ac90036d3c57ccc26e8 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 28 May 2024 22:57:06 +0200 Subject: [PATCH] Furhter experiments. --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index a4b4bc4..1753f45 100644 --- a/index.js +++ b/index.js @@ -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}`);