Skip to content

chore: release 7.0.0 #196

chore: release 7.0.0

chore: release 7.0.0 #196

Workflow file for this run

name: Expo Publish
on:
push:
branches:
- main
jobs:
publish:
name: Install and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: expo/expo-github-action@v5
with:
expo-version: 4.x
expo-token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: ./example
- name: Publish Expo app
run: expo publish
working-directory: ./example