Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add npm registry URL
Browse files Browse the repository at this point in the history
This is necessary to properly configure credentials.
  • Loading branch information
bisgardo committed Nov 13, 2023
1 parent 18ddc28 commit 7c7b23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build+release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
node-version: '${{env.node_version}}'
cache: yarn
registry-url: 'https://registry.npmjs.org'
- name: Run yarn install
run: yarn install --immutable
# TODO Find a way to force target lib to not build against local build of dependent lib, but always against published build.
Expand Down

0 comments on commit 7c7b23c

Please sign in to comment.