Skip to content

Commit 89863ee

Browse files
committed
fix: release config
1 parent a4f3d9d commit 89863ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: build_cache
3333
if: success()
3434
- name: Cache build
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ./dist
3838
key: ${{ runner.os }}-build-${{ hashFiles('dist/**') }}
@@ -59,6 +59,10 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
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
6266
- name: Semantic Release
6367
uses: cycjimmy/[email protected]
6468
with:

0 commit comments

Comments
 (0)