File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/setup-node@v2
1212 with :
1313 node-version : ' 15.x'
14+ registry-url : ' https://registry.npmjs.org'
1415 always-auth : true
15- registry-url : ' https://npm.pkg.github.com'
1616 - run : yarn install
17- - run : npm publish
18- env :
19- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- - uses : actions/setup-node@v2
21- with :
22- node-version : ' 15.x'
23- always-auth : true
24- registry-url : ' https://registry.npmjs.org'
2517 - run : npm publish --access public
2618 env :
2719 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " binary-search-tree" ,
3- "version" : " 0.3.0-beta.4 " ,
3+ "version" : " 0.3.0-beta.5 " ,
44 "author" : {
55 "name" : " Louis Chatriot" ,
66
You can’t perform that action at this time.
0 commit comments