Skip to content

24.11.2.2 - Minor Typo and URL Fixes #5

24.11.2.2 - Minor Typo and URL Fixes

24.11.2.2 - Minor Typo and URL Fixes #5

name: Publish Firmware
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: latest
# 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 }}