From 576e350beaa475487edc58d044e811928a8c6f03 Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Wed, 2 Nov 2022 14:55:27 -0400 Subject: [PATCH] Fix markdown rendering of discord release notes webhook --- .github/workflows/release_actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_actions.yml b/.github/workflows/release_actions.yml index 8ee8e4121c..72c79b8692 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -20,3 +20,4 @@ jobs: ### Changelog ${{ github.event.release.body }} + ```