Skip to content

Commit f02bd00

Browse files
Update release.yml
1 parent 5386b66 commit f02bd00

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ jobs:
4646
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
4747
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4848

49-
- name: Build Changelog
50-
id: build_changelog
51-
uses: mikepenz/release-changelog-builder-action@v3
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
with:
55-
outputFile: ${{ github.workspace }}-CHANGELOG.txt
56-
5749
- name: Release
5850
uses: softprops/action-gh-release@v1
5951
with:
60-
body_path: ${{ github.workspace }}-CHANGELOG.txt
52+
generate_release_notes: true

0 commit comments

Comments
 (0)