Skip to content

Commit 51dd861

Browse files
tweak: fix format
1 parent 0d2d8b9 commit 51dd861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
"type": "section",
363363
"text": {
364364
"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) || '' }}"
365+
"text": "🆕 Tower CLI `v${{ steps.version.outputs.VERSION }}` ${{ format('<https://github.com/seqeralabs/tower-cli/releases/tag/v{0}|released.>', steps.version.outputs.tag) || '' }}."
366366
},
367367
}
368368
]

0 commit comments

Comments
 (0)