Skip to content

Commit 0f66149

Browse files
committed
Configure correct registry for pnpm i
1 parent 8ce40d7 commit 0f66149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- name: Build Docs
5454
env:
5555
NODE_AUTH_TOKEN: ${{env.token}}
56+
PNPM_REGISTRY: "${{env.npmjs-registry}}"
5657
run: |
5758
pnpm install --no-frozen-lockfile
5859
npm run build

0 commit comments

Comments
 (0)