mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Pass empty VERSION_DEV variable to make for release builds
This commit is contained in:
parent
525dcfedfb
commit
b82707ff9a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
docker run --rm --privileged -v "${GITHUB_WORKSPACE}:/build" \
|
||||
-e BUILDER_UID="${BUILDER_UID}" -e BUILDER_GID="${BUILDER_GID}" \
|
||||
-v "${{ matrix.board.runner }}-build-cache:/cache" \
|
||||
haos-builder make ${{ matrix.board.name }}
|
||||
haos-builder make VERSION_DEV="" ${{ matrix.board.name }}
|
||||
|
||||
- name: Upload disk image
|
||||
if: ${{ matrix.board.name != 'ova' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user