Skip to content

Commit 93a13bd

Browse files
authored
Upgrade action-gh-release to version 2
Signed-off-by: Bill Traynor <wmat@riscv.org>
1 parent 647fdff commit 93a13bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Create Release
6363
- name: Create Release
64-
uses: softprops/action-gh-release@v1
64+
uses: softprops/action-gh-release@v2
6565
with:
6666
files: ${{ github.workspace }}/build/*.pdf
6767
tag_name: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)