Skip to content

Commit

Permalink
remove chat link
Browse files Browse the repository at this point in the history
  • Loading branch information
dctalbot committed May 4, 2024
1 parent 3362a40 commit fb8a4e6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: update
on:
push:
branches:
- main

jobs:
update:
name: EAS Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm

- uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Install dependencies
run: npm ci

- name: Publish update
run: eas update --auto

0 comments on commit fb8a4e6

Please sign in to comment.