diff --git a/dist/index.js b/dist/index.js index f1852e660..88d0f6b9b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -198,6 +198,7 @@ exports.getInput = getInput; */ // eslint-disable-next-line @typescript-eslint/no-explicit-any function setOutput(name, value) { + process.stdout.write(os.EOL); command_1.issueCommand('set-output', { name }, value); } exports.setOutput = setOutput; diff --git a/package-lock.json b/package-lock.json index 6d04cb70e..b6b4e5586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-ros-ci", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 032742320..c03a405ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-ros-ci", - "version": "0.2.0", + "version": "0.2.1", "description": "GitHub Action compiling and testing a ROS 2 package", "main": "lib/main.js", "scripts": {