0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

testing complete, add back if check for release message

This commit is contained in:
Fred K. Schott 2021-08-05 23:19:54 -07:00
parent 9533258534
commit 2360e2c8a2

View file

@ -36,7 +36,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Send a Discord notification if a publish happens
#if: steps.changesets.outputs.published == 'true'
if: steps.changesets.outputs.published == 'true'
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2