Skip to content

Commit 69db6d2

Browse files
committed
#patch: inline gh_release
1 parent bb86260 commit 69db6d2

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

.github/workflows/gh_release.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ jobs:
4545
MAVEN_CENTRAL_TOKEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_TOKEN_USERNAME }}
4646
MAVEN_CENTRAL_TOKEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_TOKEN_PASSWORD }}
4747
run: ./gradlew closeAndReleaseRepository -PossrhUsername=${MAVEN_CENTRAL_TOKEN_USERNAME} -PossrhPassword=${MAVEN_CENTRAL_TOKEN_PASSWORD}
48+
- name: Build Changelog
49+
id: github_release
50+
uses: mikepenz/release-changelog-builder-action@v3
51+
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
- name: Create Github Release
54+
uses: softprops/action-gh-release@v1
55+
with:
56+
body: ${{steps.github_release.outputs.changelog}}

0 commit comments

Comments
 (0)