chore: release naming with defaults
This commit is contained in:
@@ -84,5 +84,5 @@ jobs:
|
||||
with:
|
||||
files: build/libs/*.jar
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name.replace('release@', '') }}
|
||||
body_path: /tmp/release_notes.md
|
||||
|
||||
Reference in New Issue
Block a user