Skip to content

Commit

Permalink
publish.yml: Remove --no-wait
Browse files Browse the repository at this point in the history
Hopefully it'll make it more obvious the submission status?
  • Loading branch information
jsubloom committed Sep 14, 2023
1 parent 8613e81 commit 80f09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 80f09b9

Please sign in to comment.