File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
2- setup : true
32
43workflows :
54 main-workflow :
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 : |
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
Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments