Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 98b3f66

Browse files
ci: update release notifier (#84)
1 parent 83b76a6 commit 98b3f66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-notifier.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
discord:
1717
if: >-
18-
(github.repository, 'LizardByte/') and
18+
startsWith(github.repository, 'LizardByte/') and
1919
not(github.event.release.prerelease) and
2020
not(github.event.release.draft)
2121
runs-on: ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
3434

3535
facebook_group:
3636
if: >-
37-
(github.repository, 'LizardByte/') and
37+
startsWith(github.repository, 'LizardByte/') and
3838
not(github.event.release.prerelease) and
3939
not(github.event.release.draft)
4040
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
5151

5252
facebook_page:
5353
if: >-
54-
(github.repository, 'LizardByte/') and
54+
startsWith(github.repository, 'LizardByte/') and
5555
not(github.event.release.prerelease) and
5656
not(github.event.release.draft)
5757
runs-on: ubuntu-latest
@@ -68,7 +68,7 @@ jobs:
6868

6969
reddit:
7070
if: >-
71-
(github.repository, 'LizardByte/') and
71+
startsWith(github.repository, 'LizardByte/') and
7272
not(github.event.release.prerelease) and
7373
not(github.event.release.draft)
7474
runs-on: ubuntu-latest
@@ -88,7 +88,7 @@ jobs:
8888

8989
twitter:
9090
if: >-
91-
(github.repository, 'LizardByte/') and
91+
startsWith(github.repository, 'LizardByte/') and
9292
not(github.event.release.prerelease) and
9393
not(github.event.release.draft)
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)