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 4616efe commit c9c62b1Copy full SHA for c9c62b1
.github/workflows/mobile-preview-builds.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
deploy-eas-ios:
13
- if: contains(github.event.pull_request.labels.*.name, 'needs:demo-build')
+ if: contains(github.event.pull_request.labels.*.name, 'build:mobile:simulator')
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
24
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
25
26
deploy-eas-android:
27
28
29
30
0 commit comments