Skip to content

Commit fdbbccd

Browse files
committed
[CHORE] Fix publish workflow
1 parent f44f6b1 commit fdbbccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm install
16-
- run: npm publish
15+
- run: yarn install
16+
- run: yarn publish
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)