Skip to content

Commit 035fcfb

Browse files
authored
Update npm-publish.yml
1 parent 263041d commit 035fcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 20
3636
registry-url: https://registry.npmjs.org/
37-
- run: npm ci
37+
- run: npm install
3838
- run: npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 commit comments

Comments
 (0)