Skip to content

Commit b8a66b4

Browse files
Fix release name (#158)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 4b301b8 commit b8a66b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: softprops/action-gh-release@v2.3.2
6969
with:
7070
tag_name: ${{ github.event.inputs.version }}
71-
name: Release ${{ github.event.inputs.version }}
71+
name: ${{ github.event.inputs.version }}
7272
draft: false
7373
prerelease: false
7474
generate_release_notes: true

0 commit comments

Comments
 (0)