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 9dc2678 commit e44034aCopy full SHA for e44034a
1 file changed
.github/workflows/maven-publish.yml
@@ -12,12 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
15
- - name: Generate changelog
16
- id: changelog
17
- uses: metcalfc/changelog-generator@v4.6.2
18
- with:
19
- myToken: ${{ secrets.GITHUB_TOKEN }}
20
-
21
- name: Set up JDK 21
22
uses: actions/setup-java@v5
23
with:
@@ -39,6 +33,5 @@ jobs:
39
33
- name: Release
40
34
uses: softprops/action-gh-release@v2
41
35
42
- body: ${{ steps.changelog.outputs.changelog }}
43
36
draft: false
44
37
prerelease: false
0 commit comments