diff options
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f8eb5936..68a1c9717 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: run: node .github/scripts/announce.mjs '${{ steps.changesets.outputs.publishedPackages }}' - name: Send message on Discord + if: steps.changesets.outputs.published == 'true' env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@0.3.2 |