Skip to content

Commit 2c2d4c0

Browse files
authored
remove html formatting, keep markdown
1 parent 33b51d4 commit 2c2d4c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Toolkit.run(async tools => {
4040
commitMessage = commitMessage.split(/\r?\n/);
4141
commitMessage.splice(0, stripedLines);
4242
commitMessage = commitMessage.join("\n");
43-
commitMessage = converter.makeHtml(commitMessage);
4443
}
4544
const data = JSON.stringify({
4645
"version": buildVersion, "id": productId, "body": escapeForJson(commitMessage), no_parsing: "yes"
@@ -85,4 +84,4 @@ Toolkit.run(async tools => {
8584
}
8685
}, {
8786
secrets: ['GITHUB_TOKEN']
88-
});
87+
});

0 commit comments

Comments
 (0)