Skip to content

Commit

Permalink
Add reg url to fix publishing (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 5, 2023
2 parents 52ae0b6 + d1c1520 commit 115b545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 115b545

Please sign in to comment.