Skip to content

Commit 75b6fa3

Browse files
authored
fix publish.yml
1 parent 61619d2 commit 75b6fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)