ci: update release notifier (#1891)

This commit is contained in:
LizardByte-bot 2023-12-04 18:12:14 -05:00 committed by GitHub
parent bd03ef974c
commit 6dcc5e7c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ on:
jobs: jobs:
discord: discord:
if: >- if: >-
startsWith(github.repository, 'LizardByte/') and startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) and not(github.event.release.prerelease) &&
not(github.event.release.draft) not(github.event.release.draft)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -34,8 +34,8 @@ jobs:
facebook_group: facebook_group:
if: >- if: >-
startsWith(github.repository, 'LizardByte/') and startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) and not(github.event.release.prerelease) &&
not(github.event.release.draft) not(github.event.release.draft)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -51,8 +51,8 @@ jobs:
facebook_page: facebook_page:
if: >- if: >-
startsWith(github.repository, 'LizardByte/') and startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) and not(github.event.release.prerelease) &&
not(github.event.release.draft) not(github.event.release.draft)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -68,8 +68,8 @@ jobs:
reddit: reddit:
if: >- if: >-
startsWith(github.repository, 'LizardByte/') and startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) and not(github.event.release.prerelease) &&
not(github.event.release.draft) not(github.event.release.draft)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -88,8 +88,8 @@ jobs:
twitter: twitter:
if: >- if: >-
startsWith(github.repository, 'LizardByte/') and startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) and not(github.event.release.prerelease) &&
not(github.event.release.draft) not(github.event.release.draft)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: