Skip to content

Commit

Permalink
Fix bug in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-m-zill committed May 16, 2023
1 parent 9067924 commit 28ee029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
with:
tag_name: ${{ steps.get-version.outputs.new_version }}
release_name: Release ${{ steps.get-version.outpus.new_version }}
body: {{ github.event.pull_request.body }}
body: |
{{ github.event.pull_request.body }}
draft: false
prerelease: false

0 comments on commit 28ee029

Please sign in to comment.