Skip to content

Commit 8e03900

Browse files
committed
fix(semantic-release): fix job
1 parent 8f1552e commit 8e03900

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
with:
2424
cache: npm
2525
node-version: lts/*
26-
- run: npm clean-install
27-
- run: npm install --global corepack@latest
28-
- run: corepack npm audit signatures
26+
- run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/commit-analyzer @semantic-release/git
2927
- run: npx semantic-release
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)