File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
14
14
15
15
steps :
16
16
- uses : actions/checkout@master
17
- - uses : actions/setup-node@v2
17
+ - uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 16.x'
20
- # cache: 'yarn'
19
+ node-version : ' 18.x'
20
+ registry-url : ' https://registry.npmjs.org'
21
+ scope : ' @wlocalhost'
22
+ always-auth : true
21
23
22
24
- name : Install modules & build the Library
23
25
run : |
37
39
extra_plugins : |
38
40
@semantic-release/changelog@^5.0.1
39
41
@semantic-release/git@^9.0.0
40
- @semantic-release/github@^7.2.3
41
42
@semantic-release/npm@^7.1.3
42
43
env :
43
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 32
32
]
33
33
}
34
34
],
35
- " @semantic-release/github" ,
36
35
[
37
36
" @semantic-release/npm" ,
38
37
{
39
- "pkgRoot" : " ./dist"
38
+ "pkgRoot" : " ./dist" ,
39
+ "npmPublish" : true
40
40
}
41
41
]
42
42
]
You can’t perform that action at this time.
0 commit comments