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 11
11
- uses : actions/setup-node@v2
12
12
with :
13
13
node-version : ' 15.x'
14
+ registry-url : ' https://registry.npmjs.org'
14
15
always-auth : true
15
- registry-url : ' https://npm.pkg.github.com'
16
16
- 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'
25
17
- run : npm publish --access public
26
18
env :
27
19
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " binary-search-tree" ,
3
- "version" : " 0.3.0-beta.4 " ,
3
+ "version" : " 0.3.0-beta.5 " ,
4
4
"author" : {
5
5
"name" : " Louis Chatriot" ,
6
6
"email" : " louis.chatriot@gmail.com"
You can’t perform that action at this time.
0 commit comments