Skip to content

Commit 12d5d5f

Browse files
committed
Packaging fixes
1 parent d34bbc3 commit 12d5d5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
needs:
5252
- build
5353
runs-on: ubuntu-22.04
54+
permissions:
55+
contents: read
56+
id-token: write
5457
environment: "NPM Publish"
5558
steps:
5659
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rebuild": "tsc --build --clean && cmake-js rebuild -p 8"
1919
},
2020
"bin": {
21-
"node-sd": "./bin/node-sd"
21+
"node-sd": "bin/node-sd"
2222
},
2323
"binary": {
2424
"napi_versions": [

0 commit comments

Comments
 (0)