File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
always-auth : true
15
15
registry-url : ' https://npm.pkg.github.com'
16
16
- run : yarn install
17
- - run : yarn publish
17
+ - run : npm publish
18
18
env :
19
- NPM_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ NODE_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
- - run : yarn publish
25
+ - run : npm publish --access public
26
26
env :
27
- NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
27
+ 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.3 " ,
3
+ "version" : " 0.3.0-beta.4 " ,
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