Windows support, history results always use \n

This commit is contained in:
Paul Hatcherian 2020-10-07 19:36:05 -04:00
parent 65140edf77
commit b38e4671e9
3 changed files with 7 additions and 5 deletions

2
dist/index.js vendored
View file

@ -1021,7 +1021,7 @@ exports.issueCommand = issueCommand;
const core = __webpack_require__(470);
const exec = __webpack_require__(986);
const eol = __webpack_require__(87).EOL;
const eol = '\n';
const tagPrefix = core.getInput('tag_prefix') || '';
const namespace = core.getInput('namespace') || '';