File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
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
- which ~/circleci
35
- ~/circleci --help
34
+ mv ~/circleci ~/circleci-tool
35
+ which ~/circleci-tool
36
+ ~/circleci-tool --help
36
37
- restore_cache :
37
38
key : yarn-cache-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
38
39
- run :
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
16
"orbName": "react-native-community/react-native",
16
17
"orbPath": "packed-orb.yml"
17
18
}
Original file line number Diff line number Diff line change 11
11
"@semantic-release/changelog" : " ^3.0.2" ,
12
12
"@semantic-release/git" : " ^7.0.8" ,
13
13
"semantic-release" : " ^15.13.3" ,
14
- "semantic-release-circleci-orb" : " ^1.0 .0"
14
+ "semantic-release-circleci-orb" : " ^1.1 .0"
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -4142,10 +4142,10 @@ safe-regex@^1.1.0:
4142
4142
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
4143
4143
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
4144
4144
4145
- semantic-release-circleci-orb@^1.0 .0 :
4146
- version "1.0 .0"
4147
- resolved "https://registry.yarnpkg.com/semantic-release-circleci-orb/-/semantic-release-circleci-orb-1.0 .0.tgz#b17a59ee07c7ed9e9f9d89e5d45b7b03e00e4a1d "
4148
- integrity sha512-BhQp+kvPRi+gWkFmzxyJSv1aXQlYacPbn3xG5+u1bePOhEdfYWZ67tuWX9rRXsIQI+4ZjbGja9OWTGKr+3XtLA ==
4145
+ semantic-release-circleci-orb@^1.1 .0 :
4146
+ version "1.1 .0"
4147
+ resolved "https://registry.yarnpkg.com/semantic-release-circleci-orb/-/semantic-release-circleci-orb-1.1 .0.tgz#da4744b7bab2961184453322baa975aa59fd12a9 "
4148
+ integrity sha512-7XLHOxqv8oliCjJAlhhjlUDu/ThSQiAR+CGj7XgevQow6UWMnwhG2o4q5axPlm7xf77dRGp1Xw5IC+twOgZrCQ ==
4149
4149
dependencies :
4150
4150
" @semantic-release/error" " ^2.2.0"
4151
4151
aggregate-error "^2.0.0"
You can’t perform that action at this time.
0 commit comments