Skip to content

Commit

Permalink
CAPI-189(feat): publish sdk on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed May 2, 2024
1 parent 45ba14e commit 3752eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"license": "MIT",
"publishConfig": {
"@anyline:registry": "https://npm.pkg.github.com/"
"@anyline:registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3752eb2

Please sign in to comment.