Skip to content

Commit

Permalink
fix: 🔧 Invalid expo execution problems for GitHub Actions
Browse files Browse the repository at this point in the history
Notes:
- Replaced `expo` command with `eas`
- Removed comment preview until the next update (v8), check:
  - expo/expo-github-action#206
  - expo/expo-github-action#207
  - expo/expo-github-action#208
  • Loading branch information
IvanGodinez21 committed Feb 19, 2023
1 parent 2642278 commit 07a9d4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/expo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ jobs:

- name: 🚀 Build app
run: eas build --non-interactive

- name: 🚀 Publish app
run: expo publish --non-interactive
11 changes: 1 addition & 10 deletions .github/workflows/expo-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,4 @@ jobs:
run: npm install

- name: 🚀 Update preview
run: expo update --auto --non-interactive

- name: 🚀 Publish preview
run: expo publish --release-channel=pr-${{ github.event.number }} --non-interactive

- name: 💬 Comment preview
# uses: expo/expo-github-action/preview-comment@v7
uses: lachenmayer/expo-github-action/preview-comment@eas-updates-qr
with:
channel: pr-${{ github.event.number }}
run: eas update --branch ${{ github.head_ref || github.ref_name }} --message ${{ github.sha }} --auto --non-interactive

0 comments on commit 07a9d4f

Please sign in to comment.