From 3752eb244ce2a55e91f52bd30927367ffafa1ed5 Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Thu, 2 May 2024 08:46:50 +0200 Subject: [PATCH] CAPI-189(feat): publish sdk on npm --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af097d..4e2b2e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 'lts/iron' - registry-url: https://npm.pkg.github.com/ + registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile - run: yarn build - run: yarn publish --non-interactive diff --git a/package.json b/package.json index 1eacadc..ee3d9b1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "publishConfig": { - "@anyline:registry": "https://npm.pkg.github.com/" + "@anyline:registry": "https://registry.npmjs.org/" }, "repository": { "type": "git",