Skip to content

Commit 5f40b93

Browse files
committed
feat(test): test npm i
1 parent c37620c commit 5f40b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload NPM
3535
if: steps.semantic-release.outputs.released == 'true'
3636
run: |
37-
npm ci
37+
npm i
3838
rm -f -- schemas.json
3939
npm run json
4040
jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json

0 commit comments

Comments
 (0)