Skip to content

Commit dbab3ca

Browse files
committed
[ci] Update softprops/action-gh-release action to v2
1 parent b5fa988 commit dbab3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- run:
102102
tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C
103103
"prebuilds/windows-latest-x64" win32-x64
104-
- uses: softprops/action-gh-release@v1
104+
- uses: softprops/action-gh-release@v2
105105
with:
106106
files: ${{ steps.get_version.outputs.version }}-*.tar
107107
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)