Skip to content

Commit

Permalink
Merge pull request #102 from snyk/develop
Browse files Browse the repository at this point in the history
fix: only create .ssh directory if necessary
  • Loading branch information
bastiandoetsch authored May 30, 2023
2 parents 8569759 + ec67bc6 commit 94c4b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- run:
name: Add github.com to known_hosts # Because without this sometime you get errors connecting to GitHub (for writing the tag)
command: |
mkdir ~/.ssh
mkdir -p ~/.ssh
ssh-keyscan github.com > ~/.ssh/known_hosts
- semantic_release_dry_run
- run:
Expand Down

0 comments on commit 94c4b1a

Please sign in to comment.