File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
node-version : ' 18.x'
20
20
registry-url : ' https://registry.npmjs.org'
21
21
scope : ' @wlocalhost'
22
- always-auth : true
22
+ always-auth : false
23
23
token : ${{ secrets.NPM_TOKEN }}
24
24
cache : ' yarn'
25
25
@@ -29,19 +29,19 @@ jobs:
29
29
yarn build
30
30
31
31
- name : Semantic Release
32
- uses : cycjimmy/semantic-release-action@v4
32
+ uses : cycjimmy/semantic-release-action@v2
33
33
with :
34
- semantic_version : 19
34
+ semantic_version : 17
35
35
branches : |
36
36
[
37
37
'+([0-9])?(.{+([0-9]),x}).x',
38
38
'master',
39
39
{name: 'beta', prerelease: true},
40
40
]
41
41
extra_plugins : |
42
- @semantic-release/changelog@6 .0.3
43
- @semantic-release/git@10 .0.1
44
- @semantic-release/npm@12.0.1
42
+ @semantic-release/changelog@^5 .0.1
43
+ @semantic-release/git@^9 .0.0
44
+ @semantic-release/npm@^7.1.3
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments