@@ -18,18 +18,10 @@ jobs:
18
18
fetch-depth : 0
19
19
token : ${{ secrets.GH_TOKEN }}
20
20
21
- # this step is a temporary fix due to issue in semantic release package
22
- # see https://github.com/cycjimmy/semantic-release-action/issues/159#issuecomment-1490892625
23
- - name : Use Node.js 14
24
- uses : actions/setup-node@v3
25
- with :
26
- node-version : 14
27
-
28
21
- name : Semantic Release
29
- uses : cycjimmy/semantic-release-action@v3.4.2
22
+ uses : cycjimmy/semantic-release-action@v4
30
23
id : semantic
31
24
with :
32
- semantic_version : 19
33
25
# replace master branch with main as a release branch
34
26
# see https://github.com/semantic-release/semantic-release/issues/1581
35
27
# note that branches may already be filtered by the triggers of this workflow
@@ -49,14 +41,14 @@ jobs:
49
41
}
50
42
]
51
43
extra_plugins : |
52
- @semantic-release/commit-analyzer
53
- @semantic-release/release-notes-generator
54
- @semantic-release/git
55
- @semantic-release/changelog
56
- @semantic-release/github
57
- @semantic-release/npm
58
- @semantic-release/exec
59
- conventional-changelog-conventionalcommits
44
+ @semantic-release/commit-analyzer@^11.0.0
45
+ @semantic-release/release-notes-generator@^12.0.0
46
+ @semantic-release/git@^10.0.1
47
+ @semantic-release/changelog@^6.0.3
48
+ @semantic-release/github@^9.0.6
49
+ @semantic-release/npm@^11.0.0
50
+ @semantic-release/exec@^6.0.3
51
+ conventional-changelog-conventionalcommits@6
60
52
env :
61
53
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
62
54
0 commit comments