install corepack
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 36s
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 36s
This commit is contained in:
parent
37ca83b29f
commit
3b4af29bd5
4
.github/workflows/publish-to-registry.yml
vendored
4
.github/workflows/publish-to-registry.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
||||
node-version: 18
|
||||
- name: "Install Yarn"
|
||||
run: npm install -g yarn
|
||||
- name: "Install Corepack"
|
||||
run: npm install -g corepack
|
||||
- name: "Enable Corepack"
|
||||
run: corepack enable
|
||||
- name: "Install registry CLI"
|
||||
run: |
|
||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user