Skip to content

Commit 087dd07

Browse files
committed
fix: GitHub blocks branch and tag names which begin with refs/
1 parent 097d4a6 commit 087dd07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
31-
tag_name: ${{ github.ref }}
31+
tag_name: ${{ github.ref_name }}
3232
release_name: Release ${{ github.ref }}
3333

3434
- name: Upload Release Asset

0 commit comments

Comments
 (0)