From bc2a6e429ca3444130210765fa3a234af1ba52d5 Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Tue, 11 Oct 2022 18:31:17 -0400 Subject: [PATCH] Use tag_name for Discord release message --- .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 8d2788e6f0..9a3b2376df 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -11,7 +11,7 @@ jobs: with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} content: | - 📣 Zed ${{ github.event.release.name }} was just released! + 📣 Zed ${{ github.event.release.tag_name }} was just released! Restart your Zed or head to https://zed.dev/releases to grab it.