Skip to content

Commit f1caedc

Browse files
authored
Update npm-publish.yml
1 parent 9fa535d commit f1caedc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
node-version: 20
3131
registry-url: https://registry.npmjs.org/
3232
- run: npm ci
33+
- run: npm config set scope scrape-do --global
3334
- run: npm publish
3435
env:
35-
NODE_AUTH_TOKEN: ${{secrets.TOKEN}}
36+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)