feat: updated action description format

This commit is contained in:
SethCohen
2022-08-24 00:15:15 -04:00
parent a422d74e1a
commit c517936fef
+1
View File
@@ -36,6 +36,7 @@ async function run () {
const newString = substring.slice(3) const newString = substring.slice(3)
return `**${newString}**` return `**${newString}**`
}) })
.replace(/(\r\n|\n|\r)/gm, "\n")
const embedMsg = { const embedMsg = {
title: `Release ${content.version}`, title: `Release ${content.version}`,