Skip to content

Commit 0c39f40

Browse files
chore(release): 1.3.2 [skip ci]
1 parent 5759b66 commit 0c39f40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ exports.getInput = getInput;
198198
*/
199199
// eslint-disable-next-line @typescript-eslint/no-explicit-any
200200
function setOutput(name, value) {
201+
process.stdout.write(os.EOL);
201202
command_1.issueCommand('set-output', { name }, value);
202203
}
203204
exports.setOutput = setOutput;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wayback",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)