Skip to content

Commit 7b3bb33

Browse files
authored
Update announcement.yml
1 parent 130171d commit 7b3bb33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/announcement.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
token: ${{ secrets.TELEGRAM_TOKEN }}
4141
format: html
4242
message: |
43-
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a>!</b>
43+
🚀 <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> was just released!
44+
${{ env.RELEASE_LINKS }}
4445
4546
🔗 PR: <a href="${{ github.event.pull_request.html_url }}"><b>${{ github.event.pull_request.title }}</b>#${{ github.event.pull_request.number }}</a>
4647
47-
📦 <b>Released Packages:</b>
48-
${{ env.RELEASE_LINKS }}
48+
49+

0 commit comments

Comments
 (0)