-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
27 lines (24 loc) · 731 Bytes
/
updates.yml
File metadata and controls
27 lines (24 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Expo EAS Updates
on:
push:
branches:
- main
jobs:
publish:
if: ${{ (contains(github.event.pull_request.labels.*.name, 'example app')) }}
name: Install and publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup
uses: ./.github/actions/setup
- name: Setup Expo
uses: expo/expo-github-action@c7b66a9c327a43a8fa7c0158e7f30d6040d2481e # v8.2.1
with:
expo-version: latest
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Publish Expo app update
working-directory: ./example
run: eas update --auto