Skip to content

Commit 3e8c825

Browse files
authored
ci: fixed invalid block (#37)
1 parent b440fa4 commit 3e8c825

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ jobs:
5656
text:
5757
type: "mrkdwn"
5858
text: "${{ github.event.release.body }}"
59-
emoji: true
6059
- type: "divider"
6160
- type: "section"
6261
text:
6362
type: "mrkdwn"
64-
text: "View the full change log <${{ github.event.release.html_url }}|here>."
63+
text: "View the full change log <${{ github.event.release.html_url }}|here>."

0 commit comments

Comments
 (0)