Skip to content

Commit bbf7925

Browse files
Kubessandraclaude
andauthored
fix: remove setup: true from CircleCI config to enable publish job (#75)
Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 52d1724 commit bbf7925

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2.1
2-
setup: true
32

43
workflows:
54
main-workflow:
@@ -44,7 +43,7 @@ jobs:
4443
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
4544
- run:
4645
name: Publish to NPM
47-
command: pnpm publish
46+
command: pnpm exec changeset publish --no-git-checks
4847
- run:
4948
name: Set .npmrc for GitHub Packages publish
5049
command: |
@@ -54,4 +53,4 @@ jobs:
5453
echo "//npm.pkg.github.com/:_authToken=$GITHUB_PACKAGE_TOKEN" >> .npmrc
5554
- run:
5655
name: Publish to GitHub Packages
57-
command: pnpm publish
56+
command: pnpm exec changeset publish --no-git-checks

sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@animaapp/anima-sdk-react",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"type": "module",
55
"description": "Anima's JavaScript utilities library",
66
"author": "Anima App, Inc.",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@animaapp/anima-sdk",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"type": "module",
55
"description": "Anima's JavaScript utilities library",
66
"author": "Anima App, Inc.",

0 commit comments

Comments
 (0)