File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 32
32
id : build_cache
33
33
if : success()
34
34
- name : Cache build
35
- uses : actions/cache@v2
35
+ uses : actions/cache@latest
36
36
with :
37
37
path : ./dist
38
38
key : ${{ runner.os }}-build-${{ hashFiles('dist/**') }}
59
59
with :
60
60
fetch-depth : 0
61
61
persist-credentials : false
62
+ - name : Install semantic release plugins
63
+ run : npm install semantic-release-pypi@4 @semantic-release/git@10 @semantic-release/commit-analyzer@13 @semantic-release/release-notes-generator@14 @semantic-release/github@11 @semantic-release/changelog@6 conventional-changelog-conventionalcommits@8 --no-audit
64
+ - name : Clear npm cache
65
+ run : npm cache clean --force
62
66
- name : Semantic Release
63
67
uses : cycjimmy/semantic-release-action@v4.1.0
64
68
with :
You can’t perform that action at this time.
0 commit comments