forked from LaconicNetwork/icns-frontend
Use npm not yarn
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m17s
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m17s
This commit is contained in:
parent
9c53c0f1be
commit
de254d60a8
6
.github/workflows/publish-to-registry.yml
vendored
6
.github/workflows/publish-to-registry.yml
vendored
@ -20,14 +20,14 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- name: "Install Yarn"
|
- name: "Enable Yarn"
|
||||||
run: npm install -g yarn
|
run: corepack enable
|
||||||
- name: "check yarn on path"
|
- name: "check yarn on path"
|
||||||
run: which yarn && yarn --version
|
run: which yarn && yarn --version
|
||||||
- name: "Install registry CLI"
|
- name: "Install registry CLI"
|
||||||
run: |
|
run: |
|
||||||
npm 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
|
npm install -g @cerc-io/laconic-registry-cli
|
||||||
- name: "Install jq"
|
- name: "Install jq"
|
||||||
run: apt -y update && apt -y install jq
|
run: apt -y update && apt -y install jq
|
||||||
- name: "Publish Application Record"
|
- name: "Publish Application Record"
|
||||||
|
Loading…
Reference in New Issue
Block a user