Update registry URL
All checks were successful
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 19s

This commit is contained in:
Prathamesh Musale 2025-06-17 18:57:19 +05:30
parent 2999e327f4
commit b24c42c3c8

View File

@ -27,10 +27,10 @@ jobs:
yarn build
- name: Configure git.vdb.to npm registry
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
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
run: |
npm publish