ci: update release notifier (#1755)

This commit is contained in:
LizardByte-bot 2023-10-16 09:11:27 -04:00 committed by GitHub
parent 81d5816b63
commit ff688d9235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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