Skip to content

Commit f7134e5

Browse files
committed
feat: Add message to production deployment OTA
1 parent bf48298 commit f7134e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/production-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Run EAS Update
196196
run: |
197-
eas update --channel=production --non-interactive
197+
eas update --channel=production --message "Github action production deployment" --non-interactive
198198
199199
- name: Upload source maps
200200
run: |

features/app-settings/app-settings.screen.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const AppSettingsScreen = memo(function AppSettingsScreen() {
5454
>
5555
<SettingsList rows={generalSettings} />
5656
<OtaUpdatesList />
57+
<Text>test</Text>
5758
</VStack>
5859
</Screen>
5960
);

0 commit comments

Comments
 (0)