Browse Source
ci: add discord notification on release
pull/5427/head
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.github/workflows/build.yml
|
|
@ -369,6 +369,12 @@ jobs: |
|
|
|
message: | |
|
|
|
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 |
|
|
|