Skip to content

Commit

Permalink
ci: fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 23, 2024
1 parent 55a012f commit c2198fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Create single manifest.json
run: |
version=$(cat output/project_version)
jq --arg version "$version" '{"name": "${{ inputs.name }}", "version": $version, "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":.}' output/*/manifest.json > output/${{ inputs.manifest_filename }}
jq -s --arg version "$version" '{"name": "${{ inputs.name }}", "version": $version, "home_assistant_domain": "esphome", "new_install_skip_erase": false, "builds":.}' output/*/manifest.json > output/${{ inputs.manifest_filename }}
- run: cp -R static/* output

Expand Down

0 comments on commit c2198fd

Please sign in to comment.