We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfbadf commit 3cbd659Copy full SHA for 3cbd659
main.js
@@ -12,4 +12,4 @@ const tagTo = core.getInput("to", { required: true });
12
13
const changelog = exec(`node ${lernaChangelog} --from ${tagFrom} --to ${tagTo}`);
14
15
-core.setOutput("changelog", JSON.stringify(changelog));
+core.setOutput("changelog", changelog);
0 commit comments