Skip to content

Commit f2b215e

Browse files
committed
chore: update release workflow to use 'yarn global add' for npm installation
1 parent c28f361 commit f2b215e

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
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install
2626

2727
- name: Update npm
28-
run: yarn add -g [email protected]
28+
run: yarn global add [email protected]
2929

3030
- name: Build
3131
run: yarn build

0 commit comments

Comments
 (0)