File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
name : Node.js CI
5
5
6
6
on :
7
- push :
8
- branches : [ master ]
9
7
pull_request :
10
8
branches : [ master ]
11
9
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
- run : yarn install
17
17
- run : yarn publish
18
18
env :
19
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ NPM_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
20
- uses : actions/setup-node@v2
21
21
with :
22
22
node-version : ' 15.x'
23
23
always-auth : true
24
24
registry-url : ' https://registry.npmjs.org'
25
25
- run : yarn publish
26
26
env :
27
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
27
+ NPM_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.2 " ,
3
+ "version" : " 0.3.0-beta.3 " ,
4
4
"author" : {
5
5
"name" : " Louis Chatriot" ,
6
6
You can’t perform that action at this time.
0 commit comments