Skip to content

Commit

Permalink
ci: update release notifier (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot committed Dec 4, 2023
1 parent e0791dc commit 4d46b0e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
jobs:
discord:
if: >-
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) &&
not(github.event.release.draft)
runs-on: ubuntu-latest
steps:
Expand All @@ -34,8 +34,8 @@ jobs:

facebook_group:
if: >-
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) &&
not(github.event.release.draft)
runs-on: ubuntu-latest
steps:
Expand All @@ -51,8 +51,8 @@ jobs:

facebook_page:
if: >-
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) &&
not(github.event.release.draft)
runs-on: ubuntu-latest
steps:
Expand All @@ -68,8 +68,8 @@ jobs:

reddit:
if: >-
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) &&
not(github.event.release.draft)
runs-on: ubuntu-latest
steps:
Expand All @@ -88,8 +88,8 @@ jobs:

twitter:
if: >-
startsWith(github.repository, 'LizardByte/') and
not(github.event.release.prerelease) and
startsWith(github.repository, 'LizardByte/') &&
not(github.event.release.prerelease) &&
not(github.event.release.draft)
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d46b0e

Please sign in to comment.