We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdce634 commit e52eb25Copy full SHA for e52eb25
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
- image: circleci/node:latest
6
steps:
7
- checkout
8
- - run: sudo npm install -g semantic-release
+ - run: sudo yarn global add semantic-release
9
- run: yarn install
10
- run: yarn test
11
- run: semantic-release
0 commit comments