Skip to content

Commit 3cbd659

Browse files
author
Daniel McKenzie
authored
Remove JSON.stringify from setOutput (#8)
1 parent 6dfbadf commit 3cbd659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const tagTo = core.getInput("to", { required: true });
1212

1313
const changelog = exec(`node ${lernaChangelog} --from ${tagFrom} --to ${tagTo}`);
1414

15-
core.setOutput("changelog", JSON.stringify(changelog));
15+
core.setOutput("changelog", changelog);

0 commit comments

Comments
 (0)