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 263041d commit 035fcfbCopy full SHA for 035fcfb
.github/workflows/npm-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
node-version: 20
36
registry-url: https://registry.npmjs.org/
37
- - run: npm ci
+ - run: npm install
38
- run: npm publish
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments