Skip to content

Commit

Permalink
Update release-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl authored Nov 9, 2022
1 parent 5b4020c commit 0025be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(github.event.release.body) }}
"text": ${{ github.event.release.body }}
}
},
{
Expand All @@ -49,4 +49,4 @@ jobs:
"text": "${{ github.event.release.html_url }}"
}
}
]
]

0 comments on commit 0025be9

Please sign in to comment.