File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -88,28 +88,15 @@ jobs:
8888 with :
8989 version : ${{ github.event.release.tag_name }}
9090
91- promote-beta :
92- name : Promote to Beta
91+ promote-alpha :
92+ name : Promote to Alpha
9393 if : github.event_name == 'release'
9494 uses :
esphome/workflows/.github/workflows/[email protected] 9595 needs :
9696 - upload-to-r2
9797 with :
9898 version : ${{ github.event.release.tag_name }}
9999 directory : ${{ github.event.repository.name }}
100- channel : beta
101- manifest-filename : manifest-beta.json
102- secrets : inherit
103-
104- promote-prod :
105- name : Promote to Production
106- if : github.event_name == 'release' && github.event.release.prerelease == false
107- uses :
esphome/workflows/.github/workflows/[email protected] 108- needs :
109- - upload-to-r2
110- with :
111- version : ${{ github.event.release.tag_name }}
112- directory : ${{ github.event.repository.name }}
113- channel : production
114- manifest-filename : manifest.json
100+ channel : alpha
101+ manifest-filename : manifest-alpha.json
115102 secrets : inherit
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ update:
2828 - platform : http_request
2929 name : None
3030 id : update_http_request
31- source : https://firmware.esphome.io/home-assistant-voice-pe-alpha/home-assistant-voice/manifest.json
31+ source : https://firmware.esphome.io/home-assistant-voice-pe-alpha/home-assistant-voice/manifest-alpha .json
3232
3333dashboard_import :
3434 package_import_url : github://esphome/home-assistant-voice-pe-alpha/home-assistant-voice.yaml
You can’t perform that action at this time.
0 commit comments