Skip to content

Commit 224e7fd

Browse files
committed
back to publish with token
1 parent 37500cb commit 224e7fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
registry-url: "https://registry.npmjs.org"
1919
- run: npm install @rolldown/binding-linux-x64-gnu
2020
- run: npm ci
21-
- run: npm publish --provenance
21+
- run: npm publish
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)