use npm not pnpm for install reg-cli
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m14s
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m14s
This commit is contained in:
parent
d2020664d5
commit
a50ff841a0
2
.github/workflows/publish-to-registry.yml
vendored
2
.github/workflows/publish-to-registry.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user