diff --git a/.github/workflows/release_actions.yml b/.github/workflows/release_actions.yml index c1d2457ed42f8d44feb0e1bb8587fa81e2e6fcc9..090850121471e0a5680af1e7072e6ca25409acd5 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -20,7 +20,7 @@ jobs: id: get-content with: stringToTruncate: | - 📣 Zed [${{ github.event.release.tag_name }}](${{ steps.get-release-url.outputs.URL }}) was just released! + 📣 Zed [${{ github.event.release.tag_name }}](<${{ steps.get-release-url.outputs.URL }}>) was just released! ${{ github.event.release.body }} maxLength: 2000