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:
704704 shell : bash
705705
706706 - name : Publish packages on npm with tag "ci"
707- env :
708- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
709707 run : |
710708 yarn workspaces foreach -W --no-private \
711709 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
44
55nodeLinker : node-modules
66
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 107107 " tests/tools_tests" ,
108108 " scripts/res"
109109 ],
110- "packageManager" : " yarn@4.9.1 " ,
110+ "packageManager" : " yarn@4.10.2 " ,
111111 "preferUnplugged" : true
112112}
You can’t perform that action at this time.
0 commit comments