Skip to content

Commit 2978854

Browse files
ci: use short ref (#76)
1 parent af341f7 commit 2978854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
client-payload: |
4545
{
4646
"repository": "${{ github.repository }}",
47-
"version": "${{ github.ref }}"
47+
"version": "${{ github.ref_name }}"
4848
}
4949
5050

0 commit comments

Comments
 (0)