diff options
author | 2021-08-05 23:15:34 -0700 | |
---|---|---|
committer | 2021-08-05 23:15:34 -0700 | |
commit | 9533258534c70f6b3df33eae1ad8d02bac85ff61 (patch) | |
tree | 4dba65a5455ea21bb2cdc27ae49d8d3fc7bb9de2 | |
parent | 49e8bde4e176e62188e1847a2127a2ef761ef219 (diff) | |
download | astro-9533258534c70f6b3df33eae1ad8d02bac85ff61.tar.gz astro-9533258534c70f6b3df33eae1ad8d02bac85ff61.tar.zst astro-9533258534c70f6b3df33eae1ad8d02bac85ff61.zip |
update discord release message
-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 93f89fa05..e11f6cee4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@0.3.2 with: - args: '**A new release just went out!** [Read the release notes.](<https://github.com/snowpackjs/astro/releases/>)'
\ No newline at end of file + args: 'A new release just went out! [Release notes →](<https://github.com/snowpackjs/astro/releases/>)'
\ No newline at end of file |