Skip to content

Commit 734453d

Browse files
authored
ci: announce releases in discord general channel (#15201)
Post releases to #general in Discord, previously was only to #releases
1 parent 533ae92 commit 734453d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,19 @@ jobs:
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v5
48-
- name: Github Releases To Discord
48+
49+
- name: Announce Release - Releases Channel
4950
uses: SethCohen/github-releases-to-discord@v1.19.0
5051
with:
5152
webhook_url: ${{ secrets.DISCORD_RELEASES_WEBHOOK_URL }}
5253
color: '16777215'
5354
username: 'Payload Releases'
5455
avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'
56+
57+
- name: Announce Release - General Channel
58+
uses: SethCohen/github-releases-to-discord@v1.19.0
59+
with:
60+
webhook_url: ${{ secrets.DISCORD_GENERAL_WEBHOOK_URL }}
61+
color: '16777215'
62+
username: 'Payload Releases'
63+
avatar_url: 'https://l4wlsi8vxy8hre4v.public.blob.vercel-storage.com/discord-bot-logo.png'

0 commit comments

Comments
 (0)