File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- run :
31
31
name : Install latest CircleCI CLI
32
32
command : |
33
- curl -fLSs https://circle.ci/ cli | sudo bash
34
- which circleci
35
- circleci --help
33
+ curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci- cli/master/install.sh | DESTDIR=~ bash
34
+ which ~/ circleci
35
+ ~/ circleci --help
36
36
- restore_cache :
37
37
key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
38
38
- run :
49
49
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
50
50
- run :
51
51
name : Publish to CircleCI Orb Registry
52
- command : yarn semantic-release
52
+ command : PATH="~:$PATH" yarn semantic-release
53
53
54
54
workflows :
55
55
btd :
You can’t perform that action at this time.
0 commit comments