Compare commits

..

4 Commits

Author SHA1 Message Date
Guilherme Oenning
5f172b99df Update discord.yml 2025-01-29 08:42:54 +00:00
Guilherme Oenning
0da57eba32 Update discord.yml 2025-01-29 08:39:52 +00:00
Guilherme Oenning
5e61081d3b Update discord.yml 2025-01-29 08:39:24 +00:00
Guilherme Oenning
f87529a58c Create discord.yml 2025-01-29 08:37:11 +00:00

12
.github/workflows/discord.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
on:
release:
types: [published]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: SethCohen/github-releases-to-discord@master
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}