Skip to content

Update publish.yml

Update publish.yml #19

Workflow file for this run

name: Build and Publish ESPHome firmware and website
on:
push:
branches:
- master
jobs:
build-firmware:
uses: esphome/workflows/.github/workflows/publish.yml@main
name: Tag Reader for Home Assistant
with:
files: |
tagreader.yaml
esphome-version: 2024.10.3

Check failure on line 16 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Build and Publish ESPHome firmware and website

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 16, Col: 24): Invalid input, esphome-version is not defined in the referenced workflow. .github/workflows/publish.yml (Line: 17, Col: 22): Invalid input, combined-name is not defined in the referenced workflow.
combined-name: project-template
#### Modify above here to match your project ####
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 }}