Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zdxn committed Nov 19, 2021
1 parent c5b26cd commit 751cadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async function run() {
name: tag,
tag_name: tag,
...(createChangelog && {
body: `Service: ${github.context.repo}\r ${changelog}`,
body: `Service: ${github.context.repo}\n${changelog}`,
}),
prerelease: isPreRelease,
});
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function run() {
name: tag,
tag_name: tag,
...(createChangelog && {
body: `Service: ${github.context.repo}\r ${changelog}`,
body: `Service: ${github.context.repo}\n${changelog}`,
}),
prerelease: isPreRelease,
});
Expand Down

0 comments on commit 751cadd

Please sign in to comment.