diff --git a/.github/workflows/prepare.sh b/.github/workflows/prepare.sh index 5e4abd0..f850162 100644 --- a/.github/workflows/prepare.sh +++ b/.github/workflows/prepare.sh @@ -1,6 +1,7 @@ # set up yarn echo 'nodeLinker: node-modules' >> .yarnrc.yml echo 'npmRegistryServer: https://registry.npmmirror.com' >> .yarnrc.yml +echo 'npmPublishRegistry: https://registry.yarnpkg.com' >> .yarnrc.yml # remove ^ from package.json # do not use sed -i, it behaves differently on Linux and MacOS