Skip to content

Commit b1900cc

Browse files
authored
Merge pull request #20 from CodinGame/fix-ci
Fix CI
2 parents 5c368d7 + fdeb4d7 commit b1900cc

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)