We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34bbc3 commit 12d5d5fCopy full SHA for 12d5d5f
.github/workflows/publish.yaml
@@ -51,6 +51,9 @@ jobs:
51
needs:
52
- build
53
runs-on: ubuntu-22.04
54
+ permissions:
55
+ contents: read
56
+ id-token: write
57
environment: "NPM Publish"
58
steps:
59
- uses: actions/checkout@v4
package.json
@@ -18,7 +18,7 @@
18
"rebuild": "tsc --build --clean && cmake-js rebuild -p 8"
19
},
20
"bin": {
21
- "node-sd": "./bin/node-sd"
+ "node-sd": "bin/node-sd"
22
23
"binary": {
24
"napi_versions": [
0 commit comments