File tree Expand file tree Collapse file tree 5 files changed +944
-952
lines changed Expand file tree Collapse file tree 5 files changed +944
-952
lines changed Original file line number Diff line number Diff line change @@ -704,8 +704,6 @@ jobs:
704
704
shell : bash
705
705
706
706
- name : Publish packages on npm with tag "ci"
707
- env :
708
- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
709
707
run : |
710
708
yarn workspaces foreach -W --no-private \
711
709
npm publish --provenance --tolerate-republish --tag ci
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ nmMode: hardlinks-global
4
4
5
5
nodeLinker : node-modules
6
6
7
- yarnPath : .yarn/releases/yarn-4.9.1 .cjs
7
+ yarnPath : .yarn/releases/yarn-4.10.2 .cjs
Original file line number Diff line number Diff line change 107
107
" tests/tools_tests" ,
108
108
" scripts/res"
109
109
],
110
- "packageManager" : " yarn@4.9.1 " ,
110
+ "packageManager" : " yarn@4.10.2 " ,
111
111
"preferUnplugged" : true
112
112
}
You can’t perform that action at this time.
0 commit comments