From 19c761a53b680857e5a4f440906ef2c17186e939 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Mon, 21 Oct 2024 17:00:51 +0300 Subject: [PATCH] fix: discord release (#50) --- .github/workflows/release-to-discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-to-discord.yml b/.github/workflows/release-to-discord.yml index 610e988..ce6bc51 100644 --- a/.github/workflows/release-to-discord.yml +++ b/.github/workflows/release-to-discord.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Github Releases To Discord - uses: SethCohen/github-releases-to-discord@v1 + uses: SethCohen/github-releases-to-discord@v1.16.2 with: webhook_url: ${{ secrets.WEBHOOK_URL }} color: "2105893"