Skip to content

Commit

Permalink
fix: small publish jobs adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamTrz committed May 13, 2020
1 parent f1e1e02 commit 939b97c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
git config --global user.name ${{ secrets.GH_DEPLOY_USERNAME }}
git config --global user.email ${{ secrets.GH_DEPLOY_EMAIL }}
echo "machine github.com login ${{ secrets.GH_DEPLOY_NAME }} password ${{ secrets.GH_TOKEN }}" > ~/.netrc
GIT_USER=${{ secrets.GH_DEPLOY_NAME }}
yarn run deploy
GIT_USER=${{ secrets.GH_DEPLOY_NAME }} yarn run deploy
expo:
name: Deploy Expo App
Expand Down Expand Up @@ -114,14 +113,14 @@ jobs:
path: ./example/node_modules
key: node-modules-example--${{ hashFiles('example/yarn.lock') }}

- name: Deploy Example App
- name: Setup Expo
uses: expo/expo-github-action@v5
with:
expo-version: 3.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
expo-cache: true
working-directory: ./example
run: |
expo doctor
expo publish

- name: Deploy Example App
working-directory: ./example
run: expo publish

0 comments on commit 939b97c

Please sign in to comment.