From 5c0b657e0e90737badc52797b5a6ac33b3c73bc8 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 28 Jul 2021 15:07:30 -0700 Subject: [PATCH] Update CD --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 05dddfb2..3cffab7f 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -76,6 +76,6 @@ jobs: -Uri "${{ secrets.DISCORD_WEBHOOK }}" ` -Method "POST" ` -ContentType "application/json; charset=UTF-8" ` - -Body "{`"content`":`"[**DiscordChatExporter** ver. ${{ github.ref }} released](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest)`"}" ` + -Body '{"content":"**DiscordChatExporter** new version released!\nRef: `${{ github.ref }}`\nChangelog: "}' ` -UseBasicParsing shell: pwsh