mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Bump dev channel after build (#1021)
* Bump dev channel after build Bump version on dev channel automatically when building a dev branch pre-release. Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
parent
e88ae15272
commit
9436661958
21
.github/workflows/release.yml
vendored
21
.github/workflows/release.yml
vendored
@ -135,3 +135,24 @@ jobs:
|
|||||||
asset_path: ${{ github.workspace }}/release/hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.vmdk.gz
|
asset_path: ${{ github.workspace }}/release/hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.vmdk.gz
|
||||||
asset_name: hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.vmdk.gz
|
asset_name: hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.vmdk.gz
|
||||||
asset_content_type: application/gzip
|
asset_content_type: application/gzip
|
||||||
|
|
||||||
|
bump_version:
|
||||||
|
name: Bump dev version to ${{ needs.validate_release.outputs.version }}
|
||||||
|
needs: [ build, validate_release ]
|
||||||
|
runs-on: [ "ubuntu-20.04" ]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Initialize git
|
||||||
|
uses: home-assistant/actions/helpers/git-init@master
|
||||||
|
with:
|
||||||
|
name: ${{ secrets.GIT_NAME }}
|
||||||
|
email: ${{ secrets.GIT_EMAIL }}
|
||||||
|
token: ${{ secrets.GIT_TOKEN }}
|
||||||
|
|
||||||
|
- name: Bump Home Assistant OS dev version
|
||||||
|
uses: home-assistant/actions/helpers/version-push@master
|
||||||
|
with:
|
||||||
|
key: "hassos[]"
|
||||||
|
key-description: "Home Assistant OS"
|
||||||
|
version: ${{ needs.validate_release.outputs.version }}
|
||||||
|
channel: "dev"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user