We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcbe75 commit aa501adCopy full SHA for aa501ad
1 file changed
.github/workflows/build-and-publish.yml
@@ -32,4 +32,4 @@ jobs:
32
preid: ${{ github.event.inputs.preid }}
33
- uses: aboutbits/github-actions-base/github-create-release@v2
34
with:
35
- tag-name: '${{ steps.package.outputs.version }}'
+ tag-name: 'v${{ steps.package.outputs.version }}'
0 commit comments