File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,8 @@ jobs:
106106 retention-days : 7
107107
108108 - name : Upload binaries to GitHub Release
109- run : yarn upload
109+ run : yarn upload --upload-all ${{ github.token }}
110110 if : matrix.node == 18 && startsWith(github.ref, 'refs/tags/')
111- env :
112- GITHUB_TOKEN : ${{ github.token }}
113111
114112 build-qemu :
115113 runs-on : ubuntu-latest
@@ -162,7 +160,5 @@ jobs:
162160 retention-days : 7
163161
164162 - name : Upload binaries to GitHub Release
165- run : yarn install --ignore-scripts && yarn upload
163+ run : yarn install --ignore-scripts && yarn upload --upload-all ${{ github.token }}
166164 if : matrix.node == 18 && startsWith(github.ref, 'refs/tags/')
167- env :
168- GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 6969 "install" : " prebuild-install -r napi || node-gyp rebuild" ,
7070 "prebuild" : " prebuild --runtime napi --all --verbose" ,
7171 "rebuild" : " node-gyp rebuild" ,
72- "upload" : " prebuild --verbose --prerelease --upload-all ${GITHUB_TOKEN} " ,
72+ "upload" : " prebuild --verbose --prerelease" ,
7373 "test" : " node test/support/createdb.js && mocha -R spec --timeout 480000"
7474 },
7575 "license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments