Skip to content

Commit df2f4f2

Browse files
authored
Update tag_name format for PDF release
Signed-off-by: Bill Traynor <wmat@riscv.org>
1 parent 1b03650 commit df2f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: softprops/action-gh-release@v2
6565
with:
6666
files: ${{ github.workspace }}/build/*.pdf
67-
tag_name: ${{ github.event.inputs.version }}
67+
tag_name: v${{ github.event.inputs.version }}
6868
name: Release ${{ github.event.inputs.version }}
6969
draft: ${{ github.event.inputs.draft }}
7070
prerelease: ${{ github.event.inputs.prerelease }}

0 commit comments

Comments
 (0)