We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2d8b9 commit 51dd861Copy full SHA for 51dd861
.github/workflows/build.yml
@@ -362,7 +362,7 @@ jobs:
362
"type": "section",
363
"text": {
364
"type": "mrkdwn",
365
- "text": "🆕 Tower CLI v${{ steps.version.outputs.VERSION }} ${{ format('\nSee <https://github.com/seqeralabs/tower-cli/releases/tag/{0}|released.>', steps.version.outputs.tag) || '' }}"
+ "text": "🆕 Tower CLI `v${{ steps.version.outputs.VERSION }}` ${{ format('<https://github.com/seqeralabs/tower-cli/releases/tag/v{0}|released.>', steps.version.outputs.tag) || '' }}."
366
},
367
}
368
]
0 commit comments