diff options
-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 |