We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e349c commit b08dc8fCopy full SHA for b08dc8f
.circleci/config.yml
@@ -375,10 +375,9 @@ jobs:
375
working_directory: project
376
command: Escape react-native publish
377
publish_new_namespace:
378
- macos:
379
- xcode: 13.4.1
380
- resource_class: macos.m1.medium.gen1
381
- working_directory: '~'
+ working_directory: ~/project
+ executor:
+ name: node/default
382
steps:
383
- advanced-checkout/shallow-checkout
384
- search_and_replace:
0 commit comments