Skip to content

Commit f8b73ec

Browse files
committed
fix: change semantic release branch to trunk
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
1 parent 5e781bc commit f8b73ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- run: yarn install
183183
- run: cd package && yarn install
184184
- run: cd package && yarn run build
185-
- run: npx semantic-release
185+
- run: npx semantic-release --branch trunk
186186

187187
workflows:
188188
version: 2

0 commit comments

Comments
 (0)