From b9cd40f21164e697d180539a3e577df47fd03ed9 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 2 May 2023 19:20:23 +0300 Subject: [PATCH] Fix notify in CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ba4fc0..46afde5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,8 +120,8 @@ jobs: url: ${{ secrets.DISCORD_WEBHOOK }} method: POST headers: | - ContentType: application/json; charset=UTF-8 + Content-Type: application/json; charset=UTF-8 body: | { "content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get-version.outputs.tag }}`\nChangelog: " - } + } \ No newline at end of file