mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix nightly builder (#67022)
This commit is contained in:
parent
09e16fa3dc
commit
0042fd5199
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
@ -114,8 +114,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python3 -m pip install packaging
|
python3 -m pip install packaging
|
||||||
python3 -m pip install --use-deprecated=legacy-resolver .
|
python3 -m pip install --use-deprecated=legacy-resolver .
|
||||||
python3 script/version_bump.py nightly
|
version="$(python3 script/version_bump.py nightly)"
|
||||||
version="$(python setup.py -V)"
|
|
||||||
|
|
||||||
- name: Write meta info file
|
- name: Write meta info file
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -172,6 +172,7 @@ def main():
|
|||||||
write_version(bumped)
|
write_version(bumped)
|
||||||
write_version_metadata(bumped)
|
write_version_metadata(bumped)
|
||||||
write_ci_workflow(bumped)
|
write_ci_workflow(bumped)
|
||||||
|
print(bumped)
|
||||||
|
|
||||||
if not arguments.commit:
|
if not arguments.commit:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user