From c181cf7e645c2b744e144a83e13c065990118584 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 27 Apr 2024 01:11:38 +0200 Subject: [PATCH] fix(workflows): release color --- .github/workflows/github-discord-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-discord-releases.yml b/.github/workflows/github-discord-releases.yml index c9cdc72..ba18f07 100644 --- a/.github/workflows/github-discord-releases.yml +++ b/.github/workflows/github-discord-releases.yml @@ -12,6 +12,6 @@ jobs: uses: SethCohen/github-releases-to-discord@v1.13.1 with: webhook_url: ${{ secrets.WEBHOOK_URL }} - color: "2105893" + color: "15844367" footer_title: "Changelog - Stacjownik" footer_timestamp: true \ No newline at end of file