Skip to content

Commit 6649ead

Browse files
authored
Merge pull request #13 from code-with-amirhossein/amir78729-patch-14
chore: bump versions
2 parents 1bb2c1c + b80f882 commit 6649ead

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/announcement.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Generate HTML list of links to releases
2424
while read -r line; do
2525
ENCODED_TAG=$(echo "$line" | jq -sRr @uri) # encode the tag for URL safety
26-
echo "• <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
26+
echo " • <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
2727
done < packages.txt > release_links.html
2828
2929
{
@@ -39,7 +39,9 @@ jobs:
3939
token: ${{ secrets.TELEGRAM_TOKEN }}
4040
format: html
4141
message: |
42-
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b>\n
43-
🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a>\n
44-
📦 <b>Released Packages:</b>\n
42+
🚀 <b>New Release for <a href="https://github.com/${{ github.repository }}">Design System</a>!</b>
43+
44+
🔗 <a href="${{ github.event.pull_request.html_url }}">View PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}</a>
45+
46+
📦 <b>Released Packages:</b>
4547
${{ env.RELEASE_LINKS }}

0 commit comments

Comments
 (0)