Skip to content

Commit b40940c

Browse files
authored
Merge pull request #28 from code-with-amirhossein/amir78729-patch-29
chore: bump versions
2 parents 6e89b7e + 5636c18 commit b40940c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if [ -s packages.txt ]; then
111111
while read -r line; do
112112
ENCODED_TAG=$(printf "%s" "$line" | jq -sRr @uri)
113-
echo " <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
113+
echo " 📦 <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
114114
done < packages.txt > release_links.html
115115
else
116116
echo " • No packages found." > release_links.html
@@ -130,7 +130,7 @@ jobs:
130130
token: ${{ secrets.TELEGRAM_TOKEN }}
131131
format: html
132132
message: |
133-
🚀 <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> was just released!
134-
<b>Released Packages:</b>
133+
🚀 <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> released:
135134
${{ env.RELEASE_LINKS }}
136-
🔗 <a href="${{ env.PR_URL }}"><b>${{ env.PR_TITLE }}</b> #${{ env.PR_NUMBER }}</a>
135+
136+
🔗 PR: <a href="${{ env.PR_URL }}"><b>${{ env.PR_TITLE }}</b> #${{ env.PR_NUMBER }}</a>

0 commit comments

Comments
 (0)