From 81a96db2e70a658f1b9f9b92652582a47ad0fc5c Mon Sep 17 00:00:00 2001 From: sct Date: Tue, 19 Jan 2021 07:54:55 +0000 Subject: [PATCH] ci: fix release discord notification [skip ci] --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08ed8225f..10158ab66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: run: npx semantic-release discord: name: Send Discord Notification + needs: semantic-release runs-on: ubuntu-20.04 steps: - name: Get Build Job Status