We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1552e commit 8e03900Copy full SHA for 8e03900
.github/workflows/release.yml
@@ -23,9 +23,7 @@ jobs:
23
with:
24
cache: npm
25
node-version: lts/*
26
- - run: npm clean-install
27
- - run: npm install --global corepack@latest
28
- - run: corepack npm audit signatures
+ - run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/commit-analyzer @semantic-release/git
29
- run: npx semantic-release
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments