Skip to content

Commit 88bfea2

Browse files
authored
ci(release): only use release please output for release notes
2 parents 5a3d7b4 + 24236dc commit 88bfea2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
outputs:
2323
release_created: ${{ steps.release.outputs.release_created }}
2424
tag_name: ${{ steps.release.outputs.tag_name }}
25+
body: ${{ steps.release.outputs.body }}
2526
steps:
2627
- name: Generate Token
2728
uses: actions/create-github-app-token@v1
@@ -71,6 +72,5 @@ jobs:
7172
uses: softprops/action-gh-release@v2
7273
with:
7374
tag_name: ${{ needs.bump.outputs.tag_name }}
74-
generate_release_notes: true
75-
body_path: CHANGELOG.md
75+
body: ${{ needs.bump.outputs.body }}
7676
prerelease: ${{ github.event.inputs.release-type == 'next' }}

0 commit comments

Comments
 (0)