use npm not pnpm for install reg-cli
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m14s

This commit is contained in:
zramsay 2024-02-27 18:23:54 -05:00
parent d2020664d5
commit a50ff841a0

View File

@ -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