forked from LBRYCommunity/lbry-sdk
missing closing squiggly bracket
This commit is contained in:
parent
7582c221d1
commit
7c179cfeab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -18,5 +18,5 @@ jobs:
|
||||||
CHANGELOG: '<!channel> ${{ steps.markdown.outputs.text }}'
|
CHANGELOG: '<!channel> ${{ steps.markdown.outputs.text }}'
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_BOT_WEBHOOK }}
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_RELEASE_BOT_WEBHOOK }}
|
||||||
with:
|
with:
|
||||||
payload: '{"type": "mrkdwn", "text": ${{ toJSON(env.CHANGELOG) }}'
|
payload: '{"type": "mrkdwn", "text": ${{ toJSON(env.CHANGELOG) }} }'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue