mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Always use environment for bump_version job (#2884)
As discussed here: https://github.com/home-assistant/operating-system/pull/2855#discussion_r1368533496
This commit is contained in:
parent
39778e882a
commit
5e5462ddde
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -250,7 +250,7 @@ jobs:
|
||||
bump_version:
|
||||
name: Bump ${{ needs.prepare.outputs.channel }} channel version
|
||||
if: ${{ github.repository == 'home-assistant/operating-system' }}
|
||||
environment: "${{ github.event_name == 'release' && needs.prepare.outputs.channel || '' }}"
|
||||
environment: ${{ needs.prepare.outputs.channel }}
|
||||
needs: [ build, prepare ]
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user