From a50ff841a068543273c142d16d14d2ce0084f2af Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 27 Feb 2024 18:23:54 -0500 Subject: [PATCH] use npm not pnpm for install reg-cli --- .github/workflows/publish-to-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-registry.yml b/.github/workflows/publish-to-registry.yml index 623a989..3b7dba2 100644 --- a/.github/workflows/publish-to-registry.yml +++ b/.github/workflows/publish-to-registry.yml @@ -30,7 +30,7 @@ jobs: run: corepack enable - name: "Install registry CLI" run: | - pnpm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/ + npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/ yarn global add @cerc-io/laconic-registry-cli - name: "Install jq" run: apt -y update && apt -y install jq