Skip to content

Commit

Permalink
fix: change semantic release branch to trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Jan 28, 2020
1 parent 5e781bc commit f8b73ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- run: yarn install
- run: cd package && yarn install
- run: cd package && yarn run build
- run: npx semantic-release
- run: npx semantic-release --branch trunk

workflows:
version: 2
Expand Down

0 comments on commit f8b73ec

Please sign in to comment.