Skip to content

Commit a7189c8

Browse files
committed
ci: Add release name to be commit hash
1 parent 59d8db1 commit a7189c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153
env:
154154
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
155155
with:
156-
tag_name: ${{ github.ref }}
157-
release_name: Release ${{ github.ref }}
156+
tag_name: ${{ steps.sha.outputs.sha_short }}
157+
release_name: Release ${{ steps.sha.outputs.sha_short }}
158158
draft: false
159159
prerelease: false
160160

0 commit comments

Comments
 (0)