We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b03650 commit df2f4f2Copy full SHA for df2f4f2
.github/workflows/build-pdf.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: softprops/action-gh-release@v2
65
with:
66
files: ${{ github.workspace }}/build/*.pdf
67
- tag_name: ${{ github.event.inputs.version }}
+ tag_name: v${{ github.event.inputs.version }}
68
name: Release ${{ github.event.inputs.version }}
69
draft: ${{ github.event.inputs.draft }}
70
prerelease: ${{ github.event.inputs.prerelease }}
0 commit comments