File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9292 if : ${{ matrix.package != 'linux-x64-gnu' }}
9393 working-directory : npm/${{ matrix.package }}
9494 run : npm publish --access public ${{env.DRY_RUN}}
95+ continue-on-error : true
9596 - name : NPM Publish
9697 if : ${{ matrix.package == 'linux-x64-gnu' }}
9798 run : npm publish --access public ${{env.DRY_RUN}}
99+ continue-on-error : true
98100
99101 build-musl :
100102 runs-on : ubuntu-latest
@@ -127,6 +129,7 @@ jobs:
127129 - name : NPM Publish Binary
128130 working-directory : npm/linux-x64-musl
129131 run : npm publish --access public ${{env.DRY_RUN}}
132+ continue-on-error : true
130133
131134 draft-release :
132135 needs : [build, build-musl]
Original file line number Diff line number Diff line change 1717 },
1818 "libc" : [
1919 " glibc"
20- ]
20+ ],
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " git+https://github.com/MarkusJx/node-java-bridge.git"
24+ },
25+ "bugs" : {
26+ "url" : " https://github.com/MarkusJx/node-java-bridge/issues"
27+ }
2128}
You can’t perform that action at this time.
0 commit comments