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 3c3fc3d commit e5f8d8bCopy full SHA for e5f8d8b
.github/workflows/npm-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: 20
32
registry-url: https://registry.npmjs.org/
33
- - run: npm ci
+ - run: npm i
34
- run: npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments