Skip to content

Commit

Permalink
Fix misplace registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Feb 15, 2024
1 parent c1b1e6a commit 1a78823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Configure git
run: |
git config --local user.email [email protected]
git config --local user.name imodeljs-admin
registry-url: https://registry.npmjs.org/
- name: Install pnpm
uses: pnpm/[email protected]
Expand Down

0 comments on commit 1a78823

Please sign in to comment.