chore: post release to Discord

This commit is contained in:
Jan De Dobbeleer 2022-12-23 09:17:17 +01:00 committed by Jan De Dobbeleer
parent e71aba5939
commit 6cd3ad329c

19
.github/workflows/discord.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Discord
on:
release:
types: [published]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Changelog 📝
uses: sebastianpopp/discord-action@ba18c5aaa871acf97620c349fd76a187550f12eb
with:
webhook: ${{ secrets.CHANGELOG_WEBHOOK }}
message: |
📦 ${{ github.event.release.name }}
${{ github.event.release.body }}
${{ github.event.release.html_url }}