forked from firka/student-legacy
Create release.yml
This commit is contained in:
parent
48c904258a
commit
80069719f2
13
.github/workflows/release.yml
vendored
Normal file
13
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: ["published"]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
trigger_webhook:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Send message
|
||||||
|
uses: tsickert/discord-webhook@v5.3.0
|
||||||
|
with:
|
||||||
|
webhook-url: ${{ secrets.NEW_RELEASE_WEBHOOK }}
|
||||||
|
content: ${{ github.event.release.body }}
|
Loading…
x
Reference in New Issue
Block a user