Skip to content

Commit

Permalink
Merge pull request #587 from klaasnicolaas/release/v4.2.1
Browse files Browse the repository at this point in the history
Release v4.2.1
  • Loading branch information
klaasnicolaas authored Sep 6, 2024
2 parents 1fe6675 + b79fc70 commit bb75c1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
with:
yaml-file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml
version: ${{ matrix.version || 'latest' }}
release-summary: "Check the release notes for more information."
release-url: ${{ inputs.release-url || env.RELEASE_URL }}
cache: true
- name: 🚚 Move generated files to output
Expand All @@ -115,7 +116,8 @@ jobs:
echo ${{ steps.esphome-build.outputs.project-version }} > output/${{ matrix.device }}/project_version
- name: 🔨 Alter path in manifest.json
run: |
sed -i 's/${{ steps.esphome-build.outputs.name }}\//\/${{ matrix.firmware }}\/${{ matrix.device }}\//g' output/${{ matrix.device }}/manifest.json
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
cat output/${{ matrix.device }}/manifest.json
- name: ⬆️ Upload firmware / device artifact
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions home-assistant-glow/esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
substitutions:
device_name: home-assistant-glow
friendly_name: Home Assistant Glow
project_version: "4.2.0"
project_version: "4.2.1"
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP32 Generic"

# Define the GPIO pins
Expand Down Expand Up @@ -37,7 +37,7 @@ esp32:
packages:
remote_package:
url: https://github.com/klaasnicolaas/home-assistant-glow/
ref: "4.2.0"
ref: "4.2.1"
files:
- components/basis.yaml
- components/updates.yaml
Expand Down
4 changes: 2 additions & 2 deletions home-assistant-glow/esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
substitutions:
device_name: home-assistant-glow
friendly_name: Home Assistant Glow
project_version: "4.2.0"
project_version: "4.2.1"
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP8266 Generic"

# Define the GPIO pins
Expand All @@ -35,7 +35,7 @@ esp8266:
packages:
remote_package:
url: https://github.com/klaasnicolaas/home-assistant-glow/
ref: "4.2.0"
ref: "4.2.1"
files:
- components/basis.yaml
- components/updates.yaml
Expand Down

0 comments on commit bb75c1a

Please sign in to comment.