Skip to content

Commit

Permalink
Updated publish workflow.
Browse files Browse the repository at this point in the history
Now GitHub release notes will be Auto generated.
  • Loading branch information
WasiqB authored Dec 24, 2021
1 parent fab6890 commit 03e6190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_REPOSITORY: ${{ github.repository }}
with:
body_path: changelogs/latest.md
tag_name: v${{ needs.push-pom.outputs.release-version }}
name: Version ${{ needs.push-pom.outputs.release-version }}
prerelease: false
generate_release_notes: true
draft: false
files: |
target/*.jar
Expand Down

0 comments on commit 03e6190

Please sign in to comment.