diff options
author | 2021-08-05 23:19:54 -0700 | |
---|---|---|
committer | 2021-08-05 23:19:54 -0700 | |
commit | 2360e2c8a27eb4f4f8dafbc1bd8411e8fdf3e563 (patch) | |
tree | f5017ad5e67dac7fbc1eb0663b45b19509cbf8d3 | |
parent | 9533258534c70f6b3df33eae1ad8d02bac85ff61 (diff) | |
download | astro-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.yml | 2 |
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 |