We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7c3db commit d56158dCopy full SHA for d56158d
.circleci/config.yml
@@ -10,6 +10,9 @@ aliases:
10
- &step_attach_workspace
11
attach_workspace:
12
at: *working_directory
13
+ - &add_ssh_keys
14
+ name: Add github ssh keys
15
+ command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
16
17
jobs:
18
checkout:
@@ -37,6 +40,7 @@ jobs:
37
40
<<: *defaults
38
41
steps:
39
42
- *step_attach_workspace
43
+ - run: *add_ssh_keys
44
- run:
45
name: release
46
command: 'yarn semantic-release || true'
0 commit comments