From 0da57eba3272832999f44933d466959403a029d5 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Wed, 29 Jan 2025 08:39:52 +0000 Subject: [PATCH] Update discord.yml --- .github/workflows/discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 169fe57..7c4d403 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Discord - uses: SethCohen/github-releases-to-discord + uses: SethCohen/github-releases-to-discord@v1.16.2 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}