Skip to content

Commit 92f4b2a

Browse files
committed
Fix CI
To fix error: Sorry, branch or tag names starting with 'refs/' are not allowed.
1 parent d16670e commit 92f4b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:
21-
tag_name: ${{ github.ref }}
22-
release_name: ${{ github.ref }}
21+
tag_name: ${{ github.ref_name }}
22+
release_name: ${{ github.ref_name }}
2323
draft: false
2424
prerelease: true
2525

0 commit comments

Comments
 (0)