Skip to content

Commit

Permalink
Fix CI publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Feb 12, 2018
1 parent 294d95a commit b58d848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -606,6 +609,7 @@ workflows:
- approve_publish_npm_package:
filters: *filter-only-stable
type: approval

- publish_npm_package:
requires:
- checkout_code
Expand Down

0 comments on commit b58d848

Please sign in to comment.