mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Fix release announcement script (again) (#9800)
This commit is contained in:
parent
e22cb8b10c
commit
5e466ef499
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
run: node .github/scripts/announce.mjs '${{ steps.changesets.outputs.publishedPackages }}'
|
||||
|
||||
- name: Send message on Discord
|
||||
if: steps.changesets.outputs.published == 'true'
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@0.3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue