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 5c368d7 commit fdeb4d7Copy full SHA for fdeb4d7
.github/workflows/release.yml
@@ -17,9 +17,9 @@ jobs:
17
with:
18
node-version: 16.x
19
- name: Install dependencies
20
- run: npx ci
+ run: npm ci
21
- name: Install semantic-release extra plugins
22
- run: npm install --save-dev @semantic-release/changelog @semantic-release/git
+ run: npm install --save-dev @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
23
- name: Build
24
run: npm run build
25
- name: Release
0 commit comments