Fix CI publish step

This commit is contained in:
Mike Grabowski
2018-02-12 17:38:22 +01:00
parent 294d95a236
commit b58d848d9c
+4
View File
@@ -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