ci: update release notifier (#1755)
This commit is contained in:
parent
81d5816b63
commit
ff688d9235
1 changed files with 5 additions and 5 deletions
10
.github/workflows/release-notifier.yml
vendored
10
.github/workflows/release-notifier.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
discord:
|
discord:
|
||||||
if: >-
|
if: >-
|
||||||
(github.repository, 'LizardByte/') and
|
startsWith(github.repository, 'LizardByte/') and
|
||||||
not(github.event.release.prerelease) and
|
not(github.event.release.prerelease) and
|
||||||
not(github.event.release.draft)
|
not(github.event.release.draft)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
facebook_group:
|
facebook_group:
|
||||||
if: >-
|
if: >-
|
||||||
(github.repository, 'LizardByte/') and
|
startsWith(github.repository, 'LizardByte/') and
|
||||||
not(github.event.release.prerelease) and
|
not(github.event.release.prerelease) and
|
||||||
not(github.event.release.draft)
|
not(github.event.release.draft)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
|
|
||||||
facebook_page:
|
facebook_page:
|
||||||
if: >-
|
if: >-
|
||||||
(github.repository, 'LizardByte/') and
|
startsWith(github.repository, 'LizardByte/') and
|
||||||
not(github.event.release.prerelease) and
|
not(github.event.release.prerelease) and
|
||||||
not(github.event.release.draft)
|
not(github.event.release.draft)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
|
|
||||||
reddit:
|
reddit:
|
||||||
if: >-
|
if: >-
|
||||||
(github.repository, 'LizardByte/') and
|
startsWith(github.repository, 'LizardByte/') and
|
||||||
not(github.event.release.prerelease) and
|
not(github.event.release.prerelease) and
|
||||||
not(github.event.release.draft)
|
not(github.event.release.draft)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
if: >-
|
if: >-
|
||||||
(github.repository, 'LizardByte/') and
|
startsWith(github.repository, 'LizardByte/') and
|
||||||
not(github.event.release.prerelease) and
|
not(github.event.release.prerelease) and
|
||||||
not(github.event.release.draft)
|
not(github.event.release.draft)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue