Skip to content

Commit

Permalink
improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yev Moroz committed Jan 30, 2024
1 parent 2fc7adc commit 6fdc862
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: 🕵️ Types check
run: npm run test:types

- name: 🚀 Publish app
- name: 🚀 Publish app update
run: eas update --auto
env:
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
3 changes: 2 additions & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const config: ExpoConfig = {
eas: {
projectId: process.env.EXPO_PROJECT_ID,
build: {
master: {
preview: {
channel: 'master',
distribution: 'internal',
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/eas-update-android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/eas-update-ios.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fdc862

Please sign in to comment.