Skip to content

Commit 531c8ab

Browse files
authored
fix: leva instead of rnc
1 parent 43c7903 commit 531c8ab

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ workflows:
5656

5757
- orb-tools/publish:
5858
orb-path: packed-orb.yml
59-
orb-ref: "react-native-community/react-native@dev:${CIRCLE_BRANCH}"
59+
orb-ref: "levaclinic/react-native-circleci-orb@dev:${CIRCLE_BRANCH}"
6060
publish-token-variable: CIRCLECI_API_TOKEN
6161
attach-workspace: true
6262
checkout: false

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"semantic-release-circleci-orb",
1414
{
1515
"commandName": "/home/circleci/circleci",
16-
"orbName": "react-native-community/react-native",
16+
"orbName": "levaclinic/react-native-circleci-orb",
1717
"orbPath": "packed-orb.yml"
1818
}
1919
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@react-native-community/circleci-orb",
2+
"name": "@levaclinic/react-native-circleci-orb",
33
"version": "7.3.0",
44
"private": true,
55
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",

src/examples/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ usage:
55

66
# Make sure you use the latest version of the Orb
77
orbs:
8-
rn: react-native-community/react-native@1.0.0
8+
rn: levaclinic/react-native-circleci-orb@1.0.0
99

1010
# Custom jobs which are not part of the Orb
1111
jobs:

src/examples/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ usage:
55

66
# Make sure you use the latest version of the Orb
77
orbs:
8-
rn: react-native-community/react-native@1.0.0
8+
rn: levaclinic/react-native-circleci-orb@1.0.0
99

1010
# Custom jobs which are not part of the Orb
1111
jobs:

src/examples/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ usage:
55

66
# Make sure you use the latest version of the Orb
77
orbs:
8-
rn: react-native-community/react-native@1.0.0
8+
rn: levaclinic/react-native-circleci-orb@1.0.0
99

1010
# Custom jobs which are not part of the Orb
1111
jobs:

0 commit comments

Comments
 (0)