From 8eaedb8111556d267250b13f973955290cf92ae8 Mon Sep 17 00:00:00 2001 From: Dmitry Baev Date: Thu, 12 Dec 2024 15:39:17 +0000 Subject: [PATCH] try to specify registry url --- .github/workflows/publish.yml | 2 +- .yarnrc.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4bce5263..27532e2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,6 @@ jobs: run: | yarn install yarn build - - run: yarn workspaces foreach -Avv --no-private npm publish --access public --tolerate-republish + - run: yarn workspaces foreach -Avv --no-private npm publish --access public env: YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} diff --git a/.yarnrc.yml b/.yarnrc.yml index 083301ef..551cd791 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -34,3 +34,8 @@ supportedArchitectures: - linux yarnPath: .yarn/releases/yarn-4.5.1.cjs + +npmPublishRegistry: https://registry.npmjs.org +npmScopes: + allure: + npmPublishRegistry: https://registry.npmjs.org