Skip to content

Commit 40e7d85

Browse files
authored
Promote to alpha (#2)
1 parent 2abeec2 commit 40e7d85

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff 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

home-assistant-voice.factory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3333
dashboard_import:
3434
package_import_url: github://esphome/home-assistant-voice-pe-alpha/home-assistant-voice.yaml

0 commit comments

Comments
 (0)