We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf184b commit 3a8b4b5Copy full SHA for 3a8b4b5
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
"type": "section",
28
"text": {
29
"type": "mrkdwn",
30
- "text": "<Source code|${{ github.server_url }}/${{ github.repository }}/tree/${{ github.event.release.tag_name }}> published to IPFS as <https://${{ steps.publish.outputs.cid }}.ipfs.w3s.link|${{ steps.publish.outputs.cid }}>"
+ "text": "<${{ github.server_url }}/${{ github.repository }}/tree/${{ github.event.release.tag_name }}|Source code> published to IPFS as <https://${{ steps.publish.outputs.cid }}.ipfs.w3s.link|${{ steps.publish.outputs.cid }}> (tar.gz)"
31
}
32
33
]
0 commit comments