summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-05 23:19:54 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-05 23:19:54 -0700
commit2360e2c8a27eb4f4f8dafbc1bd8411e8fdf3e563 (patch)
treef5017ad5e67dac7fbc1eb0663b45b19509cbf8d3
parent9533258534c70f6b3df33eae1ad8d02bac85ff61 (diff)
downloadastro-2360e2c8a27eb4f4f8dafbc1bd8411e8fdf3e563.tar.gz
astro-2360e2c8a27eb4f4f8dafbc1bd8411e8fdf3e563.tar.zst
astro-2360e2c8a27eb4f4f8dafbc1bd8411e8fdf3e563.zip
testing complete, add back if check for release message
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e11f6cee4..e8e52490d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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