Support older yq versions (#329)

This commit is contained in:
Thomas Aunvik
2024-11-23 23:26:19 +01:00
committed by GitHub
parent 9bc1d83fda
commit 74af56c5ed

View File

@@ -108,7 +108,7 @@ if [ -n "$VERSION_FILE" ]; then
exit 1
fi
VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
VERSION="$(yq eval '.environment.flutter' "$VERSION_FILE")"
fi
ARR_CHANNEL=("${@:$OPTIND:1}")