Skip to content

Commit

Permalink
tweak: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Dec 14, 2023
1 parent 0d2d8b9 commit 51dd861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"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) || '' }}."
},
}
]

0 comments on commit 51dd861

Please sign in to comment.