Skip to content

Commit 588072e

Browse files
committed
fix publish
1 parent 0552782 commit 588072e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
env:
4444
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
46-
title: Release ${{ github.ref }}
47-
tag: ${{ github.ref }}
46+
title: Release ${{ github.ref_name }}
47+
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)