ci: add discord notification on release
This commit is contained in:
parent
a6d6deb2c9
commit
81ad894ccd
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -370,6 +370,12 @@ jobs:
|
||||
Wiki.js *${{ github.ref_name }}* has been released!
|
||||
See [release notes](https://github.com/requarks/wiki/releases) for details.
|
||||
|
||||
- name: Notify Discord Channel
|
||||
uses: sebastianpopp/discord-action@v1.0
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
message: Wiki.js ${{ github.ref_name }} has been released! See https://github.com/requarks/wiki/releases for details.
|
||||
|
||||
build-do-image:
|
||||
name: Build DigitalOcean Image
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user