ci: update semantic-release step to be less strict
This commit is contained in:
parent
fa7141af35
commit
cee26ed44c
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ jobs:
|
|||
|
||||
semantic-release:
|
||||
docker:
|
||||
- image: circleci/node:9
|
||||
- image: circleci/node:10
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn global add --prefer-offline --no-progress --non-interactive "semantic-release@15.5.0" "@semantic-release/exec@2.2.4"
|
||||
- run: yarn global add --no-progress --non-interactive "semantic-release" "@semantic-release/exec"
|
||||
- run: $(yarn global bin)/semantic-release
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue