We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6aa446 commit ec410d2Copy full SHA for ec410d2
.github/workflows/publish-firmware.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
build-firmware:
12
name: Build Firmware
13
- uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
+ uses: esphome/workflows/.github/workflows/build.yml@2025.8.0
14
with:
15
#### Modify below here to match your project ####
16
files: |
@@ -28,7 +28,7 @@ jobs:
28
29
upload-to-release:
30
name: Upload to Release
31
- uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.4.0
+ uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.8.0
32
needs:
33
- build-firmware
34
0 commit comments