File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 82
82
git config --global user.name ${{ secrets.GH_DEPLOY_USERNAME }}
83
83
git config --global user.email ${{ secrets.GH_DEPLOY_EMAIL }}
84
84
echo "machine github.com login ${{ secrets.GH_DEPLOY_NAME }} password ${{ secrets.GH_TOKEN }}" > ~/.netrc
85
- GIT_USER=${{ secrets.GH_DEPLOY_NAME }}
86
- yarn run deploy
85
+ GIT_USER=${{ secrets.GH_DEPLOY_NAME }} yarn run deploy
87
86
88
87
expo :
89
88
name : Deploy Expo App
@@ -114,14 +113,14 @@ jobs:
114
113
path : ./example/node_modules
115
114
key : node-modules-example--${{ hashFiles('example/yarn.lock') }}
116
115
117
- - name : Deploy Example App
116
+ - name : Setup Expo
118
117
uses : expo/expo-github-action@v5
119
118
with :
120
119
expo-version : 3.x
121
120
expo-username : ${{ secrets.EXPO_CLI_USERNAME }}
122
121
expo-password : ${{ secrets.EXPO_CLI_PASSWORD }}
123
122
expo-cache : true
124
- working-directory : ./example
125
- run : |
126
- expo doctor
127
- expo publish
123
+
124
+ - name : Deploy Example App
125
+ working-directory : ./example
126
+ run : expo publish
You can’t perform that action at this time.
0 commit comments