We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a124c commit 10f81c3Copy full SHA for 10f81c3
.github/workflows/deploy-preview.yml
@@ -226,9 +226,9 @@ jobs:
226
eas-version: latest
227
token: ${{ secrets.EXPO_TOKEN }}
228
229
- # - name: Run EAS Update
230
- # run: |
231
- # eas update --auto --channel=preview --message "${{ needs.check-changes.outputs.commit_message }}" --non-interactive
+ - name: Run EAS Update
+ run: |
+ eas update --auto --channel=preview --message "${{ needs.check-changes.outputs.commit_message }}" --non-interactive
232
233
- name: Upload Sourcemaps to Sentry
234
env:
App.tsx
@@ -211,5 +211,3 @@ const useStyles = () => {
211
[]
212
);
213
};
214
-
215
-const test = 1;
0 commit comments