Skip to content

Commit

Permalink
ci: update slack release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 6, 2024
1 parent d6cc6d1 commit 4438491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "# Release notes - [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }})"
"text": "# Release notes - ${{ github.event.release.tag_name }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ toJSON(github.event.release.body) }}"
"text": ${{ toJSON(github.event.release.body) }}
}
}
]
Expand Down

0 comments on commit 4438491

Please sign in to comment.