We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa535d commit f1caedcCopy full SHA for f1caedc
.github/workflows/npm-publish.yml
@@ -30,6 +30,7 @@ jobs:
30
node-version: 20
31
registry-url: https://registry.npmjs.org/
32
- run: npm ci
33
+ - run: npm config set scope scrape-do --global
34
- run: npm publish
35
env:
- NODE_AUTH_TOKEN: ${{secrets.TOKEN}}
36
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments