Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKou47 authored Oct 11, 2022
1 parent a9f30f3 commit 112e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
DINGDING_ACCESS_TOKEN: ${{ secrets.DINGDING_ACCESS_TOKEN }}
with:
title: Release Note ${{ github.event.release.tag_name }}
text: ${{ toJSON(github.event.release.body) }}
text: ${{ toJSON('# Release Note ${{ github.event.release.tag_name }} \r\n') }} ${{ toJSON(github.event.release.body) }}

0 comments on commit 112e541

Please sign in to comment.