Skip to content

Commit

Permalink
feat: updated action description format
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Aug 24, 2022
1 parent cc060ff commit 9c4c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function run () {
const newString = substring.slice(3)
return `**${newString}**`
})
.replace(/(\r\n|\n|\r)/gm, "\n")
.replace(/\n\s*\n/g, '\n')

const embedMsg = {
title: `Release ${content.version}`,
Expand Down

0 comments on commit 9c4c902

Please sign in to comment.