From 7a527e0694f8e8de9ea42dbf92a8dd6a1abc81c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Tue, 22 Aug 2023 14:10:06 +0200 Subject: [PATCH] chore: add tests using registry --- .github/workflows/test-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 3f2a9cd1f1..313e7c19bb 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -55,8 +55,8 @@ jobs: echo "//npm.pkg.github.com/:_authToken=${{ secrets.TOLGEE_MACHINE_PAT }}" >> .npmrc echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc - - name: Recreate release with push - run: pnpm publish -r --no-git-checks + - name: Publish to GitHub Packages + run: pnpm publish -r --no-git-checks --tag test env: NODE_AUTH_TOKEN: ${{secrets.TOLGEE_MACHINE_PAT}} @@ -103,8 +103,8 @@ jobs: - run: | echo "" >> .npmrc echo "link-workspace-packages=false" >> .npmrc - echo "registry=https://npm.pkg.github.com/tolgee" >> .npmrc echo "//npm.pkg.github.com/:_authToken=${{ secrets.TOLGEE_MACHINE_PAT }}" >> .npmrc + echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc - name: Update version locally run: |