Skip to content

Commit 371e5f4

Browse files
Fix wrong default for publish-gh
1 parent 70a0fba commit 371e5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tag:
1010
required: false
1111
type: string
12-
default: ${{ github.ref }}
12+
default: ${{ github.ref_name }}
1313
name:
1414
required: false
1515
type: string

0 commit comments

Comments
 (0)