Skip to content

Code rewrite, code up-to-date #1

Code rewrite, code up-to-date

Code rewrite, code up-to-date #1

name: Build and Publish ESPHome firmware and website
on:
workflow_dispatch:
release:
types: [published]
permissions:
contents: write
jobs:
build-firmware:
name: Build Firmware
uses: esphome/workflows/.github/workflows/[email protected]
with:
#### Modify below here to match your project ####
files: |
aquaponics-kit.yaml
esphome-version: 2024.11.1
# combined-name: Atlas Scientific Wifi Aquaponics Kit
release-summary: ${{ github.event.release.body }}
release-url: ${{ github.event.release.html_url }}
release-version: ${{ github.event.release.tag_name }}
upload-to-release:
name: Upload to Release
uses: esphome/workflows/.github/workflows/[email protected]
needs:
- build-firmware
with:
version: ${{ github.event.release.tag_name }}