From 0a6958242bc50371d1be3f24ddfb3b9257c3cf4b Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:43:03 -0400 Subject: [PATCH] ci: Use simple link in Discord message and suggest release notes (#74) --- .github/workflows/discord_ping_on_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord_ping_on_release.yml b/.github/workflows/discord_ping_on_release.yml index f9dcbb409a..a826fcd438 100644 --- a/.github/workflows/discord_ping_on_release.yml +++ b/.github/workflows/discord_ping_on_release.yml @@ -19,4 +19,4 @@ jobs: content: "<@&1271197877724643461>" title: "Patches `${{ github.event.release.tag_name }}` has been released!" description: | - Click [here]( ${{github.event.repository.html_url }}/releases/tag/${{ github.event.release.tag_name }}) to read the changelog. \ No newline at end of file + Click [here](${{ github.event.release.html_url }}) to read the changelog and release notes. \ No newline at end of file