Skip to content

Commit

Permalink
fix: Add branch name to ci:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 15, 2023
1 parent 4f2df81 commit ff32693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepare": "husky install",
"dev": "pnpm --recursive --parallel --filter example-test --filter @totejs/walletkit dev",
"ci:version": "pnpm changeset version && pnpm install",
"ci:publish": "pnpm publish -r"
"ci:publish": "pnpm publish -r --publish-branch 0.x"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit ff32693

Please sign in to comment.