diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 7c4d403..3a9023f 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@v1.16.2 + uses: SethCohen/github-releases-to-discord@master with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}