From ef3b87307184daba23aae1c7c0a71442cbb9610d Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Mon, 22 Dec 2025 18:10:58 -0600 Subject: [PATCH] do not announce rc releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94147c79..4231c754 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -327,7 +327,7 @@ jobs: core.setOutput('notes', notes); - name: Notify Discord - if: steps.check_artifacts.outputs.has_artifacts == 'true' && !endsWith(github.ref_name, '-RC') + if: steps.check_artifacts.outputs.has_artifacts == 'true' && !contains(github.ref_name, '-rc') && !contains(github.ref_name, '-RC') uses: sarisia/actions-status-discord@v1 with: webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}