We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3d7b4 + 24236dc commit 88bfea2Copy full SHA for 88bfea2
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
outputs:
23
release_created: ${{ steps.release.outputs.release_created }}
24
tag_name: ${{ steps.release.outputs.tag_name }}
25
+ body: ${{ steps.release.outputs.body }}
26
steps:
27
- name: Generate Token
28
uses: actions/create-github-app-token@v1
@@ -71,6 +72,5 @@ jobs:
71
72
uses: softprops/action-gh-release@v2
73
with:
74
tag_name: ${{ needs.bump.outputs.tag_name }}
- generate_release_notes: true
75
- body_path: CHANGELOG.md
+ body: ${{ needs.bump.outputs.body }}
76
prerelease: ${{ github.event.inputs.release-type == 'next' }}
0 commit comments