forked from LaconicNetwork/icns-frontend
Add some debug output
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 33s
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 33s
This commit is contained in:
parent
4ed57a7ac7
commit
cb354221d3
4
.github/workflows/publish-to-registry.yml
vendored
4
.github/workflows/publish-to-registry.yml
vendored
@ -20,8 +20,12 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
- name: "check yarn on path"
|
||||||
|
run: which yarn && yarn version
|
||||||
- name: "Install Yarn"
|
- name: "Install Yarn"
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
- name: "check yarn on path"
|
||||||
|
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user