Skip to content

Commit 362f677

Browse files
committed
[ci] Update softprops/action-gh-release action to v2
1 parent 1bc6647 commit 362f677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run:
9898
tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C
9999
"prebuilds/windows-latest-x64" win32-x64
100-
- uses: softprops/action-gh-release@v1
100+
- uses: softprops/action-gh-release@v2
101101
with:
102102
files: ${{ steps.get_version.outputs.version }}-*.tar
103103
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)