From 14d98c748e2875a26d50047b8e8ca6466118c7b3 Mon Sep 17 00:00:00 2001 From: Joe Williams <7463219+bubbajoe@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:28:05 +0900 Subject: [PATCH] Update discord.yml --- .github/workflows/discord.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 600df2a..1c4e205 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -1,7 +1,9 @@ +name: Discord Announcement + on: release: types: [published] - + jobs: github-releases-to-discord: runs-on: ubuntu-latest @@ -12,9 +14,9 @@ jobs: uses: SethCohen/github-releases-to-discord@v1.13.1 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - color: "2105893" + color: "0x992d22" username: "Release Changelog" avatar_url: "https://github.com/dgate-io.png" content: "||@everyone||" footer_title: "Changelog" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true