File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @chainify/bitcoin ' : patch
3+ ' @chainify/bitcoin-ledger ' : patch
4+ ' @chainify/client ' : patch
5+ ' @chainify/errors ' : patch
6+ ' @chainify/evm ' : patch
7+ ' @chainify/evm-contracts ' : patch
8+ ' @chainify/evm-ledger ' : patch
9+ ' @chainify/hw-ledger ' : patch
10+ ' @chainify/logger ' : patch
11+ ' @chainify/near ' : patch
12+ ' @chainify/solana ' : patch
13+ ' @chainify/terra ' : patch
14+ ' @chainify/types ' : patch
15+ ' @chainify/utils ' : patch
16+ ---
17+
18+ - add npm auth token inside .yarnrc.yml
Original file line number Diff line number Diff line change 5252 uses : changesets/action@v1
5353 with :
5454 # This expects you to have a script called release which does a build for your packages and calls changeset publish
55- publish : yarn release
55+ publish : yarn changeset- release
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 66 - path : .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
77 spec : " @yarnpkg/plugin-workspace-tools"
88
9- yarnPath : .yarn/releases/yarn-3.1.1.cjs
10-
11- npmPublishAccess : public
12- npmAuthToken : ${NPM_TOKEN-''}
9+ yarnPath : .yarn/releases/yarn-3.1.1.cjs
Original file line number Diff line number Diff line change 5656 "changeset" : " changeset" ,
5757 "version" : " yarn changeset version" ,
5858 "release" : " yarn workspaces foreach --from '@chainify/*' npm publish --access public" ,
59- "build -release" : " yarn build --force && yarn changeset publish" ,
59+ "changeset -release" : " yarn build --force && yarn changeset publish" ,
6060 "release:beta" : " yarn release --tag beta" ,
6161 "tag" : " yarn changeset tag" ,
6262 "docs" : " typedoc"
You can’t perform that action at this time.
0 commit comments