Skip to content

Commit

Permalink
Merge pull request #2204 from intuit/attempt-to-fix-release
Browse files Browse the repository at this point in the history
attempt to fix release
  • Loading branch information
hipstersmoothie committed May 20, 2022
2 parents 9d6d076 + 1778632 commit a0a42fc
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 a0a42fc

Please sign in to comment.