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 dbd5c22 commit 56b0180Copy full SHA for 56b0180
.github/workflows/release.yml
@@ -17,7 +17,7 @@ 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
23
- name: Lint
0 commit comments