Skip to content

Commit 5636f2b

Browse files
authored
fix(ci): add NPM_TOKEN back for npm publish with provenance (#18)
Signed-off-by: cxhello <caixiaohuichn@gmail.com>
1 parent 3ec6dfd commit 5636f2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
node-version: 22
7777
registry-url: https://registry.npmjs.org
7878
- name: Publish
79+
env:
80+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7981
run: cd nodejs && npm publish --provenance
8082

8183
github-release:

0 commit comments

Comments
 (0)