Skip to content

Commit

Permalink
Update release-discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrM authored Dec 15, 2020
1 parent 68b920d commit c27ccf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-discord.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Discord Webhook Messages
on:
workflow_dispatch:
release:
types: [published]

Expand All @@ -9,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Discord Webhook
uses: bythope/discord-webhook-messages@v1.1.0
uses: tsickert/discord-webhook@v1.0.1
with:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
handler: 'release'
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
content: "Test"

0 comments on commit c27ccf4

Please sign in to comment.