Skip to content

Commit 61ccedf

Browse files
committed
🐛 CHange the release naming
1 parent 5e6fd31 commit 61ccedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
with:
9595
tag_name: ${{ github.ref_name }}
9696
name: ${{ steps.reltype.outputs.TYPE == 'snapshot'
97-
&& format('Snapshot {0}', steps.version.outputs.VERSION)
98-
|| format('Release {0}', steps.version.outputs.VERSION) }}
97+
&& format('{0}', steps.version.outputs.VERSION)
98+
|| format('{0}', steps.version.outputs.VERSION) }}
9999
draft: false
100100
prerelease: ${{ steps.reltype.outputs.TYPE == 'snapshot' || contains(github.ref, 'RC') || contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
101101
generate_release_notes: true

0 commit comments

Comments
 (0)