Skip to content

Commit e41748c

Browse files
One more place for short name
Signed-off-by: Peter Broadhurst <[email protected]>
1 parent 3b79245 commit e41748c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
draft: false
3232
prerelease: false
3333
name: ${{ steps.vars.outputs.ref_name }}_${{ steps.vars.outputs.sha_short }}
34-
tag_name: ${{ github.ref }}
34+
tag_name: ${{ steps.vars.outputs.ref_name }}
3535
files: ${{ steps.vars.outputs.ref_name }}_${{ steps.vars.outputs.sha_short }}.tgz
3636
env:
3737
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)