diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f719d4..29879fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: echo "RELEASE_ADDR=https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}" >> $GITHUB_ENV - name: Notify - uses: appleboy/discord-action@v1.0.0 + uses: appleboy/discord-action@v1.1.0 with: webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }} webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}