0
Fork 0
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:
Nate Moore 2024-01-23 16:25:10 -06:00 committed by GitHub
parent e22cb8b10c
commit 5e466ef499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,7 @@ jobs:
run: node .github/scripts/announce.mjs '${{ steps.changesets.outputs.publishedPackages }}' run: node .github/scripts/announce.mjs '${{ steps.changesets.outputs.publishedPackages }}'
- name: Send message on Discord - name: Send message on Discord
if: steps.changesets.outputs.published == 'true'
env: env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2 uses: Ilshidur/action-discord@0.3.2