File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 31
31
name : Install latest CircleCI CLI
32
32
command : |
33
33
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | DESTDIR=~ bash
34
- mv ~/circleci ~/circleci-tool
35
- which ~/circleci-tool
36
- ~/circleci-tool --help
34
+ which ~/circleci
35
+ ~/circleci --help
37
36
- restore_cache :
38
37
key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
39
38
- run :
50
49
echo 'github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts
51
50
- run :
52
51
name : Publish to CircleCI Orb Registry
53
- command : PATH="~:$PATH" yarn semantic-release
52
+ command : yarn semantic-release
54
53
55
54
workflows :
56
55
btd :
Original file line number Diff line number Diff line change 12
12
[
13
13
"semantic-release-circleci-orb",
14
14
{
15
- "commandName": "circleci-tool ",
15
+ "commandName": "~/ circleci",
16
16
"orbName": "react-native-community/react-native",
17
17
"orbPath": "packed-orb.yml"
18
18
}
You can’t perform that action at this time.
0 commit comments