mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Bump HAOS beta when stable version is released (#2885)
Beta users should also get latest stable without the need for manual bump. Suggested here: https://github.com/home-assistant/operating-system/pull/2855#discussion_r1368678727
This commit is contained in:
parent
5e5462ddde
commit
d39a767bfb
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -312,6 +312,15 @@ jobs:
|
||||
version: ${{ needs.prepare.outputs.version_full }}
|
||||
channel: ${{ needs.prepare.outputs.channel }}
|
||||
|
||||
- name: Bump Home Assistant OS beta channel version on stable release
|
||||
if: ${{ needs.prepare.outputs.channel == 'stable' }}
|
||||
uses: home-assistant/actions/helpers/version-push@master
|
||||
with:
|
||||
key: "hassos[]"
|
||||
key-description: "Home Assistant OS"
|
||||
version: ${{ needs.prepare.outputs.version_full }}
|
||||
channel: beta
|
||||
|
||||
- name: Bump stable Home Assistant version for RPi Imager
|
||||
if: ${{ github.event_name == 'release' && needs.prepare.outputs.channel == 'stable' }}
|
||||
uses: "./.github/actions/bump-rpi-imager-version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user