Skip to content

Commit

Permalink
Fix variable assignment in deploy-firmware.yaml (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Jul 17, 2024
1 parent e998364 commit d0bbc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: files
- name: 🔨 Generate device manifest.json
run: |
version=cat(project_version)
version=$(cat project_version)
jq -s --arg version "$version" '{"name": "${{ matrix.name }}", "version": $version, "home_assistant_domain": "esphome", "builds":.}' files/*/manifest.json > files/manifest.json
- name: 🧪 Display structure of job
run: ls -R
Expand Down

0 comments on commit d0bbc8c

Please sign in to comment.