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 3030 - run :
3131 name : Install latest CircleCI CLI
3232 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
3636 - restore_cache :
3737 key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
3838 - run :
4949 echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
5050 - run :
5151 name : Publish to CircleCI Orb Registry
52- command : yarn semantic-release
52+ command : PATH="~:$PATH" yarn semantic-release
5353
5454workflows :
5555 btd :
You can’t perform that action at this time.
0 commit comments