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 c37620c commit 5f40b93Copy full SHA for 5f40b93
.github/workflows/CD.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upload NPM
35
if: steps.semantic-release.outputs.released == 'true'
36
run: |
37
- npm ci
+ npm i
38
rm -f -- schemas.json
39
npm run json
40
jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json
0 commit comments