Skip to content

Commit

Permalink
add changelog to release
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Dec 17, 2023
1 parent 38edabc commit dea572e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate changelog
id: changelog
uses: metcalfc/[email protected]
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -36,4 +41,5 @@ jobs:
**/target/topper-*-shaded.jar
**/target/topper-*-@(sources|javadoc).jar
name: ${{ github.ref_name }}
changelog: ${{ steps.changelog.outputs.changelog }}
version: ${{ github.ref_name }}

0 comments on commit dea572e

Please sign in to comment.