Skip to content

Commit 10f81c3

Browse files
committed
feat: Testing OTA preview deploy
1 parent 30a124c commit 10f81c3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ jobs:
226226
eas-version: latest
227227
token: ${{ secrets.EXPO_TOKEN }}
228228

229-
# - name: Run EAS Update
230-
# run: |
231-
# eas update --auto --channel=preview --message "${{ needs.check-changes.outputs.commit_message }}" --non-interactive
229+
- name: Run EAS Update
230+
run: |
231+
eas update --auto --channel=preview --message "${{ needs.check-changes.outputs.commit_message }}" --non-interactive
232232
233233
- name: Upload Sourcemaps to Sentry
234234
env:

App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,3 @@ const useStyles = () => {
211211
[]
212212
);
213213
};
214-
215-
const test = 1;

0 commit comments

Comments
 (0)