Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 8fe4b3a

Browse files
committed
use yarn instead of npm in publish workflow
1 parent 54150de commit 8fe4b3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm ci
16+
- uses: borales/[email protected]
17+
with:
18+
cmd: install
1719
- run: npm publish
1820
env:
1921
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)