Skip to content

Commit 408e1fa

Browse files
chore: update publish.yml
1 parent aeb1b12 commit 408e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 22
1616
registry-url: "https://registry.npmjs.org"
17-
- run: npm ci
17+
- run: npm install
1818
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)