Skip to content

Commit

Permalink
fix: leva instead of rnc
Browse files Browse the repository at this point in the history
  • Loading branch information
nova93 authored Jan 8, 2024
1 parent 43c7903 commit 531c8ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ workflows:

- orb-tools/publish:
orb-path: packed-orb.yml
orb-ref: "react-native-community/react-native@dev:${CIRCLE_BRANCH}"
orb-ref: "levaclinic/react-native-circleci-orb@dev:${CIRCLE_BRANCH}"
publish-token-variable: CIRCLECI_API_TOKEN
attach-workspace: true
checkout: false
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"semantic-release-circleci-orb",
{
"commandName": "/home/circleci/circleci",
"orbName": "react-native-community/react-native",
"orbName": "levaclinic/react-native-circleci-orb",
"orbPath": "packed-orb.yml"
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@react-native-community/circleci-orb",
"name": "@levaclinic/react-native-circleci-orb",
"version": "7.3.0",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usage:

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

# Custom jobs which are not part of the Orb
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usage:

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

# Custom jobs which are not part of the Orb
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usage:

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

# Custom jobs which are not part of the Orb
jobs:
Expand Down

0 comments on commit 531c8ab

Please sign in to comment.