Skip to content

Commit 110488a

Browse files
committed
Use beta for va firmware
1 parent 4d55334 commit 110488a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
env:
1818
FIRMWARES: esp-web-tools esphome-web voice-assistant bluetooth-proxy media-player
19+
VOICE_ASSISTANT_VERSION: beta
1920

2021
jobs:
2122
prepare:
@@ -43,6 +44,12 @@ jobs:
4344
device=${device##*/}
4445
device=${device%.yaml}
4546
version="latest"
47+
$fw=${firmware//-/_}
48+
$fw=${fw^^}
49+
$fw_version=${fw}_VERSION
50+
if [[ -n "${!fw_version}" ]]; then
51+
version=${!fw_version}
52+
fi
4653
matrix="$matrix{\"firmware\":\"$firmware\",\"device\":\"$device\", \"version\":\"$version\"},"
4754
done
4855
done

0 commit comments

Comments
 (0)