From b58d848d9cf78d755fe38392e26826ed481175cd Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Mon, 12 Feb 2018 17:38:22 +0100 Subject: [PATCH] Fix CI publish step --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f169608b7f..a7a27383170 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -383,6 +383,9 @@ jobs: publish_npm_package: <<: *android_defaults steps: + # Checkout code so that we can work with `git` in publish.js + - checkout + - attach_workspace: at: ~/react-native @@ -606,6 +609,7 @@ workflows: - approve_publish_npm_package: filters: *filter-only-stable type: approval + - publish_npm_package: requires: - checkout_code