Skip to content

Commit 3d873bc

Browse files
committed
ci(publish): update workflow
1 parent 8d68b42 commit 3d873bc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ jobs:
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]

npm/linux-arm64-gnu/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@
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
}

0 commit comments

Comments
 (0)