From 80f09b92622f04945ff505d565b1ad100fb68bcc Mon Sep 17 00:00:00 2001 From: jsu <41497174+jsubloom@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:01:50 -0500 Subject: [PATCH] publish.yml: Remove --no-wait Hopefully it'll make it more obvious the submission status? --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dfa0d32..0d5b373 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: token: ${{ secrets.EXPO_TOKEN }} - name: "EAS Submit" - run: eas submit --path ${{ steps.find-build-artifact.outputs.artifact }} --platform ${{ inputs.platform }} --profile ${{ inputs.releaseChannel }} --non-interactive --no-wait + run: eas submit --path ${{ steps.find-build-artifact.outputs.artifact }} --platform ${{ inputs.platform }} --profile ${{ inputs.releaseChannel }} --non-interactive working-directory: packages/mobile env: EXPO_APPLE_ID: ${{ secrets.EXPO_APPLE_ID }}