mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 04:21:19 -08:00
chore: post release to Discord
This commit is contained in:
parent
e71aba5939
commit
6cd3ad329c
19
.github/workflows/discord.yml
vendored
Normal file
19
.github/workflows/discord.yml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue