Skip to content

Commit df0b705

Browse files
authored
Merge pull request #9 from aboutbits/SirCotare-patch-1
fix publish.yml
2 parents 2e58a55 + cd5d953 commit df0b705

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)