File tree 1 file changed +7
-20
lines changed
1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ aliases:
26
26
key : dependencies-website-{{ checksum "website/package.json" }}
27
27
paths : website/node_modules
28
28
29
- - &filter-only-master
30
- branches :
31
- only : master
32
-
33
29
- &filter-ignore-gh-pages
34
30
branches :
35
31
ignore : gh-pages
@@ -101,30 +97,21 @@ jobs:
101
97
yarn exp login -u "$EXP_USERNAME" -p "$EXP_PASSWORD"
102
98
yarn exp publish --non-interactive
103
99
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
-
113
100
workflows :
114
101
version : 2
115
102
116
- build-and- test :
103
+ test :
117
104
jobs :
118
105
- build :
119
- filters :
120
- tags :
121
- only : /.*/
106
+ filters : *filter-ignore-gh-pages
122
107
- tests :
123
108
requires :
124
109
- build
125
- filters : *filter-ignore-gh-pages
126
- # - deploy:
127
- # filters: *filter-tag
110
+
111
+ release :
112
+ jobs :
113
+ - build :
114
+ filters : *filter-tag
128
115
- deploy-website :
129
116
requires :
130
117
- build
You can’t perform that action at this time.
0 commit comments