Skip to content

Commit 9e956f4

Browse files
authored
Merge pull request #4 from aboutbits/SirCotare-patch-1
fix publish.yml
2 parents 2a57cc3 + f774ad8 commit 9e956f4

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)