Skip to content

Commit a0c97b2

Browse files
authored
Add npm public access
1 parent 51bd4f7 commit a0c97b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
registry-url: https://registry.npmjs.org/
4545
- run: npm ci
4646
- run: npm config set scope scrape-do --global
47+
- run: npm config set access public --global
4748
- run: npm publish
4849
env:
4950
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)