Skip to content

Commit bf18e0c

Browse files
committed
chore: update CI publish script to specify publish branch for changeset releases
1 parent 03c553d commit bf18e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bump": "changeset",
2424
"release": "changeset version",
2525
"prepare": "husky && aib sync",
26-
"ci:publish": "pnpm build && pnpm publish -r --access=public"
26+
"ci:publish": "pnpm build && pnpm publish -r --publish-branch=changeset-release/main --access=public"
2727
},
2828
"devDependencies": {
2929
"@aibetter/aib": "^0.1.3",

0 commit comments

Comments
 (0)