Skip to content

Commit c3857e1

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
- name: Build Docs
5454
env:
5555
NODE_AUTH_TOKEN: ${{env.token}}
56-
PNPM_REGISTRY: "${{env.npmjs-registry}}"
5756
run: |
58-
pnpm install --no-frozen-lockfile
57+
pnpm install --no-frozen-lockfile --registry=${{env.npmjs-registry}}
5958
npm run build
6059
6160
- name: Download designer (v1)

0 commit comments

Comments
 (0)