From 97d79bc038f89f89c7283d5bc15cf10cb7e1380c Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Wed, 16 Nov 2022 20:02:15 -0500 Subject: [PATCH] Fix top-level header in discord webhook action --- .github/workflows/release_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_actions.yml b/.github/workflows/release_actions.yml index 65866baf7f..9066dbdd81 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -17,7 +17,7 @@ jobs: Restart your Zed or head to https://zed.dev/releases to grab it. ```md - ### Changelog + # Changelog ${{ github.event.release.body }} ```