File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 53
53
- uses : actions/setup-node@v1
54
54
with :
55
55
registry-url : https://registry.npmjs.org/
56
- - run : npm publish
56
+ - run : |
57
+ npm config set @validide:registry https://registry.npmjs.org/
58
+ npm publish --access public
57
59
env:
58
60
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
59
61
63
65
registry-url : https://npm.pkg.github.com/
64
66
scope : ' @validide'
65
67
- run : |
66
- npm config set registry https://npm.pkg.github.com/
67
- npm publish
68
+ npm config set @validide: registry https://npm.pkg.github.com/
69
+ npm publish --access public
68
70
env:
69
71
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " javascript-browser-utilities" ,
2
+ "name" : " @validide/ javascript-browser-utilities" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " JavaScript Browser Utilities" ,
5
5
"main" : " dist/js/index.js" ,
You can’t perform that action at this time.
0 commit comments