Skip to content

Commit b58d848

Browse files
committed
Fix CI publish step
1 parent 294d95a commit b58d848

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ jobs:
383383
publish_npm_package:
384384
<<: *android_defaults
385385
steps:
386+
# Checkout code so that we can work with `git` in publish.js
387+
- checkout
388+
386389
- attach_workspace:
387390
at: ~/react-native
388391

@@ -606,6 +609,7 @@ workflows:
606609
- approve_publish_npm_package:
607610
filters: *filter-only-stable
608611
type: approval
612+
609613
- publish_npm_package:
610614
requires:
611615
- checkout_code

0 commit comments

Comments
 (0)