Skip to content

Commit 00ba913

Browse files
fix: release names should just be the version number
1 parent f147bcc commit 00ba913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: create_release
4949
with:
5050
tag: ${{ github.ref }}
51-
name: ${{ github.ref }}
51+
name: ${{ github.ref_name }}
5252
token: ${{ steps.generate-github-token.outputs.token }}
5353

5454
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)