Skip to content

Commit fdeb4d7

Browse files
committed
fix: Fix CI
1 parent 5c368d7 commit fdeb4d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
node-version: 16.x
1919
- name: Install dependencies
20-
run: npx ci
20+
run: npm ci
2121
- name: Install semantic-release extra plugins
22-
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
22+
run: npm install --save-dev @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
2323
- name: Build
2424
run: npm run build
2525
- name: Release

0 commit comments

Comments
 (0)