We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed76532 commit 70e7098Copy full SHA for 70e7098
1 file changed
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
tag-name: 'v${{ github.event.inputs.version }}'
38
- uses: aboutbits/github-actions-base/github-create-release@v2
39
with:
40
- tag-name: '${{ github.event.inputs.version }}'
+ tag-name: 'v${{ github.event.inputs.version }}'
0 commit comments