Skip to content

Commit 845addf

Browse files
committed
[integration] fix Discord message
1 parent 2ca766a commit 845addf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/discord-release-notify.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
1616
with:
1717
args: |
18-
🎉 New Release of [${{ github.event.release.repository.name }}](${{ github.event.release.repository.homepageUrl }}): **${{ github.event.release.name }}**
19-
20-
${{ github.event.release.description }}
21-
22-
📦 Download: ${{ github.event.release.url }}
18+
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.homepageUrl }}): **${{ github.event.release.name }}**
19+
20+
${{ github.event.release.body }}
21+
22+
📦 Download: ${{ github.event.release.html_url }}

0 commit comments

Comments
 (0)