File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -96,23 +96,39 @@ jobs:
96
96
- attach_workspace :
97
97
at : ~/react-native-ios-kit
98
98
- run : |
99
+ echo "Deploying example app ..."
99
100
cd example
100
101
yarn exp login -u "$EXP_USERNAME" -p "$EXP_PASSWORD"
101
102
yarn exp publish --non-interactive
102
103
104
+ # deploy:
105
+ # <<: *defaults
106
+ # steps:
107
+ # - attach_workspace:
108
+ # at: ~/react-native-ios-kit
109
+ # - run: |
110
+ # npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
111
+ # npm publish
112
+
103
113
workflows :
104
114
version : 2
105
115
106
116
build-and-test :
107
117
jobs :
108
- - build
118
+ - build :
109
119
filters : # required since `deploy-website` amd `publish-expo` has tag filters AND requires `build`
110
120
tags :
111
121
only : /.*/
122
+ # - deploy:
123
+ # filters: *filter-tag
112
124
- tests :
113
125
requires :
114
126
- build
115
127
filters : *filter-ignore-gh-pages
128
+ deploy :
129
+ jobs :
130
+ - build :
131
+ filters : *filter-tag
116
132
- deploy-website :
117
133
requires :
118
134
- build
Original file line number Diff line number Diff line change 64
64
"release-it" : " ^13.5.7" ,
65
65
"svgexport" : " ^0.4.0"
66
66
},
67
+ "publishConfig" : {
68
+ "access" : " public"
69
+ },
67
70
"husky" : {
68
71
"hooks" : {
69
72
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
You can’t perform that action at this time.
0 commit comments