Skip to content

Commit a277bb4

Browse files
authored
Merge branch 'master' into dev
2 parents 2dbc174 + 1b83638 commit a277bb4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,9 @@ jobs:
363363
working_directory: project
364364
command: Escape react-native publish
365365
publish_new_namespace:
366-
macos:
367-
xcode: 13.4.1
368-
resource_class: macos.m1.medium.gen1
369-
working_directory: '~'
366+
working_directory: ~/project
367+
executor:
368+
name: node/default
370369
steps:
371370
- advanced-checkout/shallow-checkout
372371
- find_and_replace:

0 commit comments

Comments
 (0)