Skip to content

Commit e44034a

Browse files
committed
generic log
1 parent 9dc2678 commit e44034a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/maven-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414

15-
- name: Generate changelog
16-
id: changelog
17-
uses: metcalfc/[email protected]
18-
with:
19-
myToken: ${{ secrets.GITHUB_TOKEN }}
20-
2115
- name: Set up JDK 21
2216
uses: actions/setup-java@v5
2317
with:
@@ -39,6 +33,5 @@ jobs:
3933
- name: Release
4034
uses: softprops/action-gh-release@v2
4135
with:
42-
body: ${{ steps.changelog.outputs.changelog }}
4336
draft: false
4437
prerelease: false

0 commit comments

Comments
 (0)