Skip to content

Commit 14cb254

Browse files
authored
fix publish.yml
1 parent c4e7d88 commit 14cb254

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
@@ -40,4 +40,4 @@ jobs:
4040
tag-name: 'v${{ github.event.inputs.version }}'
4141
- uses: aboutbits/github-actions-base/github-create-release@v2
4242
with:
43-
tag-name: 'v${{ github.event.inputs.version }}'
43+
tag-name: '${{ github.event.inputs.version }}'

0 commit comments

Comments
 (0)