ci: update semantic-release step to be less strict

This commit is contained in:
Enrico Stahn 2019-09-04 15:04:58 +10:00 committed by GitHub
parent fa7141af35
commit cee26ed44c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,10 @@ jobs:
semantic-release: semantic-release:
docker: docker:
- image: circleci/node:9 - image: circleci/node:10
steps: steps:
- checkout - 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 - run: $(yarn global bin)/semantic-release
deploy: deploy: