Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 23, 2024
1 parent 81f0253 commit dd6c03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
- name: Combined manifests
run: |
jq -n --arg version "$version" '{
jq -n --arg version "${{ github.ref_name }}" '{
name: "OpenSpool",
version: ${{ github.ref_name }},
version: $version,
builds: [],
new_install_prompt_erase: true
}' > docs/firmware/manifest.json
Expand Down

0 comments on commit dd6c03f

Please sign in to comment.