Update registry URL
All checks were successful
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 19s
All checks were successful
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 19s
This commit is contained in:
parent
2999e327f4
commit
b24c42c3c8
@ -27,10 +27,10 @@ jobs:
|
|||||||
yarn build
|
yarn build
|
||||||
- name: Configure git.vdb.to npm registry
|
- name: Configure git.vdb.to npm registry
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/
|
npm config set registry https://git.vdb.to/api/packages/LaconicNetwork/npm/
|
||||||
- name: Authenticate to git.vdb.to registry
|
- name: Authenticate to git.vdb.to registry
|
||||||
run: |
|
run: |
|
||||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
|
npm config set -- '//git.vdb.to/api/packages/LaconicNetwork/npm/:_authToken' "${{ secrets.CICD_PUBLISH_TOKEN }}"
|
||||||
- name: npm publish
|
- name: npm publish
|
||||||
run: |
|
run: |
|
||||||
npm publish
|
npm publish
|
||||||
|
Loading…
Reference in New Issue
Block a user