From b08316962ea73ce5a0ada4e0c611ffcef969a295 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:26:58 +0100 Subject: [PATCH] fix: remove link from title --- .github/workflows/discord-release-notification.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index b4907ec325..6225bbeb52 100644 --- a/.github/workflows/discord-release-notification.yml +++ b/.github/workflows/discord-release-notification.yml @@ -56,7 +56,6 @@ jobs: PAYLOAD=$(jq -n \ --arg tag "$TAG" \ - --arg url "$URL" \ --arg description "$DESCRIPTION" \ --arg win_url "$WIN_URL" \ --arg mac_url "$MAC_URL" \ @@ -64,7 +63,6 @@ jobs: '{ embeds: [{ title: ("🎉 New MAA Release: " + $tag), - url: $url, description: $description, color: 10246582, fields: [