File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Publish Firmware
2+
3+ on :
4+ push :
5+
6+ permissions :
7+ contents : write
8+
9+ jobs :
10+ build-firmware :
11+ name : Build Firmware
12+ uses :
esphome/workflows/.github/workflows/[email protected] 13+ with :
14+ # ### Modify below here to match your project ####
15+ files : |
16+ ag-one.yaml
17+ ag-open-air-o-1pst.yaml
18+ project-template-esp32-s3.factory.yaml
19+ esphome-version : 2024.10.3
20+ combined-name : project-template
21+ # ### Modify above here to match your project ####
22+
23+ release-summary : ${{ github.event.release.body }}
24+ release-url : ${{ github.event.release.html_url }}
25+ release-version : ${{ github.event.release.tag_name }}
26+
27+ upload-to-release :
28+ name : Upload to Release
29+ uses :
esphome/workflows/.github/workflows/[email protected] 30+ needs :
31+ - build-firmware
32+ with :
33+ version : ${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments