Skip to content

Commit 51a2021

Browse files
committed
insert EXPO_CHANNEL
1 parent d384020 commit 51a2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ buildExpoUpdate() {
686686
yarn run --json | grep '"name":"eas"' || true
687687

688688
yarn run eas update \
689-
--channel "exp" \
689+
--channel "${EXPO_CHANNEL}" \
690690
--private-key-path "./keys/private-key.pem" \
691691
--message "test eas update workflow" \
692692
--non-interactive

0 commit comments

Comments
 (0)