File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 run : yarn install
8989
9090 - name : 🚀 Publish app
91- run : expo publish
91+ run : expo publish --non-interactive
9292` ` `
9393
9494### Creating a new EAS build
@@ -128,7 +128,7 @@ jobs:
128128 run: yarn install
129129
130130 - name: 🚀 Build app
131- run: eas build
131+ run: eas build --non-interactive
132132` ` `
133133
134134# ## Publish a preview from PR
@@ -166,7 +166,7 @@ jobs:
166166 run: yarn install
167167
168168 - name: 🚀 Publish preview
169- run: expo publish --release-channel=pr-${{ github.event.number }}
169+ run: expo publish --release-channel=pr-${{ github.event.number }} --non-interactive
170170
171171 - name: 💬 Comment preview
172172 uses: expo/expo-github-action/preview-comment@v7
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : yarn install
104104
105105 - name : 🚀 Publish to Expo
106- run : expo publish --release-channel=pr-${{ github.event.number }}
106+ run : expo publish --release-channel=pr-${{ github.event.number }} --non-interactive
107107
108108 - name : 💬 Comment in preview
109109 uses : expo/expo-github-action/preview-comment@v7
@@ -148,7 +148,7 @@ jobs:
148148 run: yarn install
149149
150150 - name: 🚀 Publish preview
151- run: expo publish --release-channel=production
151+ run: expo publish --release-channel=production --non-interactive
152152
153153 - name: 👷 Create preview comment
154154 uses: expo/expo-github-action/preview-comment@v7
You can’t perform that action at this time.
0 commit comments