feat: updated action description format

This commit is contained in:
SethCohen
2022-08-24 00:17:20 -04:00
parent cc060ff5e6
commit 9c4c902465
+1 -1
View File
@@ -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}`,