mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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: |
|
||||
python3 -m pip install packaging
|
||||
python3 -m pip install --use-deprecated=legacy-resolver .
|
||||
python3 script/version_bump.py nightly
|
||||
version="$(python setup.py -V)"
|
||||
version="$(python3 script/version_bump.py nightly)"
|
||||
|
||||
- name: Write meta info file
|
||||
shell: bash
|
||||
|
@ -172,6 +172,7 @@ def main():
|
||||
write_version(bumped)
|
||||
write_version_metadata(bumped)
|
||||
write_ci_workflow(bumped)
|
||||
print(bumped)
|
||||
|
||||
if not arguments.commit:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user