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:
parent
9533258534
commit
2360e2c8a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue