Skip to content

Commit 6849d88

Browse files
author
ThibaultBee
committed
chore(ci): use yarn instead of npm for release
1 parent c66ddcb commit 6849d88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
- uses: actions/setup-node@v2
1111
with:
1212
registry-url: 'https://registry.npmjs.org'
13-
- run: npm install --no-save
14-
- run: npm run build
13+
- run: yarn
1514
- name: Publish to npm
16-
run: npm publish
15+
run: yarn publish
1716
env:
1817
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)