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