Skip to content

Commit

Permalink
ci(circleci): fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Nov 17, 2019
1 parent 3b7c3db commit d56158d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ aliases:
- &step_attach_workspace
attach_workspace:
at: *working_directory
- &add_ssh_keys
name: Add github ssh keys
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

jobs:
checkout:
Expand Down Expand Up @@ -37,6 +40,7 @@ jobs:
<<: *defaults
steps:
- *step_attach_workspace
- run: *add_ssh_keys
- run:
name: release
command: 'yarn semantic-release || true'
Expand Down

0 comments on commit d56158d

Please sign in to comment.