From 1a78823226b8c2ae0831b75dcdd1ecf6c9b6636f Mon Sep 17 00:00:00 2001 From: Anmol Shrestha Date: Thu, 15 Feb 2024 11:27:24 -0500 Subject: [PATCH] Fix misplace `registry-url` --- .github/workflows/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index e8de3d8..a46b69a 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -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 imodeljs-admin@users.noreply.github.com git config --local user.name imodeljs-admin - registry-url: https://registry.npmjs.org/ - name: Install pnpm uses: pnpm/action-setup@v2.2.4