We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1ea88 commit 2a21774Copy full SHA for 2a21774
.github/workflows/npm-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: 16
29
registry-url: https://registry.npmjs.org/
30
- - run: npm ci
+ - run: npm i
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments