From a4c620b213c10ce22895fad2f8852f8647eec328 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sun, 26 Apr 2026 00:10:27 +0400 Subject: [PATCH] ci: exclude all prereleases (#1015) --- .github/workflows/discord-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-notify.yml b/.github/workflows/discord-notify.yml index 13a5b66d338f4d1139e6c05fe38b924fb69c10ff..9570da7d09304c1c65862b88e4db42f525f135ca 100644 --- a/.github/workflows/discord-notify.yml +++ b/.github/workflows/discord-notify.yml @@ -8,7 +8,7 @@ jobs: notify-discord: name: Notify Discord Channel runs-on: ubuntu-latest - if: github.event.release.tag_name != 'nightlyv0' + if: github.event.release.prerelease == false steps: - name: Send Discord Message