Skip to content

Commit 3aea0ab

Browse files
committed
fix(ci): invalid command flag failing Expo 54 demo app build in CI
1 parent 67b2da1 commit 3aea0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/appleapp-road-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383

8484
- name: Build Brownfield iOS native app (${{ inputs.variant }})
8585
run: |
86-
yarn run build:example:ios-consumer:${{ startsWith(inputs.variant, 'expo') && 'expo' || inputs.variant }}
86+
yarn run build:example:ios-consumer:${{ inputs.variant }}
8787
shell: bash
8888

8989
# ==============

0 commit comments

Comments
 (0)