diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 2cbdd0a..a90b9f4 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -27,4 +27,4 @@ jobs: # - name: 🚀 Build app # run: eas build --non-interactive --platform android --profile production --auto-submit - name: 🚀 Create update - run: eas update --auto --non-interactive \ No newline at end of file + run: eas update --auto --non-interactive --profile production \ No newline at end of file