We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e7d88 commit 14cb254Copy full SHA for 14cb254
.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
tag-name: 'v${{ github.event.inputs.version }}'
41
- uses: aboutbits/github-actions-base/github-create-release@v2
42
with:
43
- tag-name: 'v${{ github.event.inputs.version }}'
+ tag-name: '${{ github.event.inputs.version }}'
0 commit comments