We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5386b66 commit f02bd00Copy full SHA for f02bd00
.github/workflows/release.yml
@@ -46,15 +46,7 @@ jobs:
46
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
47
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
48
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
-
57
- name: Release
58
uses: softprops/action-gh-release@v1
59
with:
60
- body_path: ${{ github.workspace }}-CHANGELOG.txt
+ generate_release_notes: true
0 commit comments