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 8ab9767 commit f8982ccCopy full SHA for f8982cc
.github/workflows/push-eas-update.yml
@@ -18,7 +18,7 @@ on:
18
# Temporarily run on any push to this repository for testing.
19
# You can narrow this to specific branches (e.g., ["my-branch"]) if desired.
20
branches:
21
- - 'chore/expo-update-env-config'
+ - 'wsun/expo-update-env-config'
22
23
permissions:
24
contents: read
@@ -154,7 +154,7 @@ jobs:
154
push-update:
155
name: Push EAS Update
156
runs-on: ubuntu-latest
157
- environment: expo-update
+ environment: build-exp
158
# Original dependencies on fingerprint-comparison and approval:
159
# needs:
160
# - fingerprint-comparison
0 commit comments