Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 51ecc93

Browse files
committed
fix: bump, troubleshooting NPM authentication
1 parent bd130e2 commit 51ecc93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ jobs:
8383
if: ${{ matrix.node == '14' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' }}
8484
with:
8585
node-version: ${{ matrix.node }}
86+
registry-url: 'https://registry.npmjs.org/'
87+
scope: '@playwright-testing-library'
8688
env:
8789
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8890

8991
- name: Upload Coverage / Release / Playwright Test
9092
if: ${{ matrix.node == '14' && matrix.playwright == 'latest' && steps.did-release.outputs.released == 'true' }}
9193
run: |
94+
cat .npmrc
9295
npm run prepare:playwright-test
9396
npm publish

0 commit comments

Comments
 (0)