Skip to content

Commit dcebb0e

Browse files
authored
[github release] use github sha for tag name
1 parent 027a273 commit dcebb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
with:
49-
tag_name: ${{ github.ref }}
50-
release_name: Release ${{ github.ref }}
49+
tag_name: ${{ github.sha }}
50+
release_name: Release ${{ github.sha }}
5151
draft: false
5252
prerelease: false
5353

0 commit comments

Comments
 (0)