Skip to content

Commit 1a57a4d

Browse files
committed
fix installing
1 parent 484a802 commit 1a57a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
14-
- run: npm ci
14+
- run: yarn install
1515
- run: npm publish
1616
env:
1717
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)