File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 with :
106106 yaml-file : ${{ matrix.firmware }}/${{ matrix.device }}.yaml
107107 version : ${{ matrix.version || 'latest' }}
108+ release-summary : " Check the release notes for more information."
108109 release-url : ${{ inputs.release-url || env.RELEASE_URL }}
109110 cache : true
110111 - name : 🚚 Move generated files to output
@@ -115,7 +116,8 @@ jobs:
115116 echo ${{ steps.esphome-build.outputs.project-version }} > output/${{ matrix.device }}/project_version
116117 - name : 🔨 Alter path in manifest.json
117118 run : |
118- sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json
119+ sed -i 's/${{ steps.esphome-build.outputs.name }}\(\.[a-z]*\)\.bin/\/${{ matrix.firmware }}\/${{ matrix.device }}\/${{ steps.esphome-build.outputs.name }}\1.bin/' output/${{ matrix.device }}/manifest.json
120+ cat output/${{ matrix.device }}/manifest.json
119121 - name : ⬆️ Upload firmware / device artifact
120122121123 with :
Original file line number Diff line number Diff line change 88substitutions :
99 device_name : home-assistant-glow
1010 friendly_name : Home Assistant Glow
11- project_version : " 4.2.0 "
11+ project_version : " 4.2.1 "
1212 device_description : " Measure your energy consumption with the pulse LED on your smart meter - ESP32 Generic"
1313
1414 # Define the GPIO pins
3737packages :
3838 remote_package :
3939 url : https://github.com/klaasnicolaas/home-assistant-glow/
40- ref : " 4.2.0 "
40+ ref : " 4.2.1 "
4141 files :
4242 - components/basis.yaml
4343 - components/updates.yaml
Original file line number Diff line number Diff line change 88substitutions :
99 device_name : home-assistant-glow
1010 friendly_name : Home Assistant Glow
11- project_version : " 4.2.0 "
11+ project_version : " 4.2.1 "
1212 device_description : " Measure your energy consumption with the pulse LED on your smart meter - ESP8266 Generic"
1313
1414 # Define the GPIO pins
@@ -35,7 +35,7 @@ esp8266:
3535packages :
3636 remote_package :
3737 url : https://github.com/klaasnicolaas/home-assistant-glow/
38- ref : " 4.2.0 "
38+ ref : " 4.2.1 "
3939 files :
4040 - components/basis.yaml
4141 - components/updates.yaml
You can’t perform that action at this time.
0 commit comments