From 81ad894ccdbf794598b0648fdc69acaf6e8630f6 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 23 Jun 2022 17:02:26 -0400 Subject: [PATCH] ci: add discord notification on release --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebb10de3..d38dea8e 100644 --- a/.github/workflows/build.yml +++ b/.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