We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37500cb commit 224e7fdCopy full SHA for 224e7fd
.github/workflows/publish.yml
@@ -18,4 +18,6 @@ jobs:
18
registry-url: "https://registry.npmjs.org"
19
- run: npm install @rolldown/binding-linux-x64-gnu
20
- run: npm ci
21
- - run: npm publish --provenance
+ - run: npm publish
22
+ env:
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments