Skip to content

Commit

Permalink
attempt to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed May 20, 2022
1 parent 9d6d076 commit 1778632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
at: ~/auto
- run:
name: Add github.com to known hosts
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Release
command: yarn auto shipit -vv
Expand Down

0 comments on commit 1778632

Please sign in to comment.