Skip to content

Commit

Permalink
Pin esphome version
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Mar 1, 2025
1 parent 515a561 commit 5de2008
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,20 @@ jobs:
cat firmware/conf.d/version.yaml
- name: Build OpenSpool-Mini firmware
uses: esphome/build-action@v4.0.2
uses: esphome/build-action@v6.0.0
with:
yaml-file: ${{ github.workspace }}/firmware/lolin_s2_mini.yaml
version: 2024.12.4
release-summary: ${{ env.RELEASE_SUMMARY }}
release-url: https://openspool.io/firmware
complete-manifest: false
if: matrix.target == 'esp32s2'

- name: Build OpenSpool-AMS firmware
uses: esphome/build-action@v4.0.2
uses: esphome/build-action@v6.0.0
with:
yaml-file: ${{ github.workspace }}/firmware/lolin_s3_mini.yaml
version: 2024.12.4
release-summary: ${{ env.RELEASE_SUMMARY }}
release-url: https://openspool.io/firmware
complete-manifest: false
Expand Down

0 comments on commit 5de2008

Please sign in to comment.