Skip to content

Commit 896b72c

Browse files
committed
Really fix GitHub Action
1 parent d0de7ee commit 896b72c

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm ci
20+
- run: npm install
2121
- run: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)