Skip to content

Commit

Permalink
chore: add tests using registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 21, 2023
1 parent 0333e81 commit 9a73a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a73a8d

Please sign in to comment.