Skip to content

Commit

Permalink
chore: fix the release body display
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien4218 committed Dec 17, 2020
1 parent 604e383 commit ba68a66
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 @@ -25,6 +25,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: steps.recentCommits.outputs.release_body
body: ${{steps.recentCommits.outputs.release_body}}
draft: false
prerelease: true

0 comments on commit ba68a66

Please sign in to comment.