Remove colon from download header

This commit is contained in:
patrick96 2023-11-05 20:01:55 +01:00
parent f7a755799c
commit f8983e2bd3
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
const fname = '${{ env.POLYBAR_ARCHIVE }}'
const url = '${{ steps.upload_archive.outputs.browser_download_url }}'
const hash = '${{ env.SHA256SUM }}'
let body = "## Download:\n\n"
let body = "## Download\n\n"
body += `[${fname}](${url}) (**sha256**: \`${hash}\`)\n\n`
body += process.env.RELEASE_BODY;