File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 {
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 }}
You can’t perform that action at this time.
0 commit comments