From 9a73a8d6dd2c21db3c60b082fbaff898c189a27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Mon, 21 Aug 2023 21:34:06 +0200 Subject: [PATCH] chore: add tests using registry --- .github/workflows/test-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 0d9d330ade..b28f4d8e9c 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -25,7 +25,7 @@ jobs: - run: | echo "" >> .npmrc - echo "registry=https://npm.pkg.github.com/tolgee" >> .npmrc + echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc - name: Install @@ -89,7 +89,7 @@ jobs: - run: | echo "" >> .npmrc echo "link-workspace-packages=false" >> .npmrc - echo "registry=https://npm.pkg.github.com/tolgee" >> .npmrc + echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc - name: Install