Skip to content

Commit

Permalink
Fix deprecated manifest key
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jul 19, 2024
1 parent 556c3e7 commit 24815d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir -p output
mv ${{ steps.esphome-build.outputs.name }} output/
jq --arg version "${{ steps.esphome-build.outputs.project-version }}" \
'{"name": "ESPHome Voice Kit", "version": $version, "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":[.]}' \
'{"name": "ESPHome Voice Kit", "version": $version, "home_assistant_domain": "esphome", "new_install_prompt_erase": false, "builds":[.]}' \
output/${{ steps.esphome-build.outputs.name }}/manifest.json > output/manifest.json
- name: Upload firmware
Expand Down

0 comments on commit 24815d7

Please sign in to comment.