From be1591e1ec293000c0a7c0ecbeee717c805a6a0d Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 28 May 2024 22:55:48 +0200 Subject: [PATCH] Update the node version. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 5df849a..a4b4bc4 100644 --- a/index.js +++ b/index.js @@ -71,6 +71,7 @@ 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"); // return current_version; } catch (error) { core.setFailed(`Action failed with error: ${error}`);