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

Commit 7f8b833

Browse files
committed
fix(yarn): fix registry setting command in yarn to yarn config set
1 parent 5729801 commit 7f8b833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Set package registry
3737
run: yarn config set registry https://npm.pkg.github.com
3838
- name: Github package registry authentication
39-
run: yarn set //npm.pkg.github.com/:_authToken ${{ secrets.GPR_TOKEN }}
39+
run: yarn config set //npm.pkg.github.com/:_authToken ${{ secrets.GPR_TOKEN }}
4040
- name: Npm registry authentication
41-
run: yarn set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
41+
run: yarn config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
4242
- name: Publish package to Github and Npm package registries
4343
run: yarn publish

0 commit comments

Comments
 (0)