From 03a86bff463b7b26191ddb05974516d4b009eb12 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:11:20 -0700 Subject: [PATCH] fix: release to discord CI fix --- .github/workflows/github-releases-to-discord.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml index dbd4c8d13..0bb79bb33 100644 --- a/.github/workflows/github-releases-to-discord.yml +++ b/.github/workflows/github-releases-to-discord.yml @@ -12,4 +12,3 @@ jobs: with: webhook_url: ${{ secrets.RELEASE_TO_DISCORD_WEBHOOK_URL }} avatar_url: 'https://cdn.discordapp.com/avatars/1297059323314176051/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=160' - reduce_headings: true