Skip to content

Commit d384020

Browse files
committed
fix branch ref
1 parent f26ccbf commit d384020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-eas-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
166166
EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }}
167167
EXPO_CHANNEL: ${{ vars.EXPO_CHANNEL }}
168-
GIT_BRANCH: ${{ env.BASE_BRANCH_REF }}
168+
GIT_BRANCH: ${{ github.ref_name }}
169169
BRIDGE_USE_DEV_APIS: 'true'
170170
RAMP_INTERNAL_BUILD: 'true'
171171
SEEDLESS_ONBOARDING_ENABLED: 'true'

0 commit comments

Comments
 (0)