Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit dbd46ef

Browse files
authored
Use softprops/action-gh-release@v2 and automatically generate release notes (#41)
1 parent 7620e35 commit dbd46ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3737
- name: Create Release
3838
id: create_release
39-
uses: actions/create-release@v1
39+
uses: softprops/action-gh-release@v2
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
with:
43-
tag_name: ${{ github.ref }}
44-
release_name: Release ${{ github.ref }}
43+
generate_release_notes: true
4544
body_path: RELEASE.md

0 commit comments

Comments
 (0)