Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CAPI-189(fix): publish sdk on npm
Browse files Browse the repository at this point in the history
adityasingh-anyline committed May 2, 2024

Verified

This commit was signed with the committer’s verified signature.
adityasingh-anyline Aditya Singh
1 parent efa3f4b commit e4442b5
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -54,4 +54,4 @@ jobs:
- run: yarn build
- run: yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@anyline:registry=https://npm.pkg.github.com
@anyline:registry=https://registry.npmjs.org/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.3.0] - 02-05-2024
## [1.3.01] - 02-05-2024

- (feat): first public release

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Anyline",
"name": "@anyline/anyline-guidance-sdk",
"version": "1.3.0",
"version": "1.3.01",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

0 comments on commit e4442b5

Please sign in to comment.