Skip to content

Commit

Permalink
Add reg url to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 5, 2023
1 parent 52ae0b6 commit d1c1520
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 d1c1520

Please sign in to comment.