Skip to content

Commit

Permalink
Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 22, 2023
1 parent b1989ef commit a4650d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
"${{ github.workspace }}/custom_components/spook/manifest.json"
yq e -P -o=json \
-i ".version = \"${version}\"" \
"${{ github.workspace }}/custom_components/spook/integrations/*/manifest.json"
"${{ github.workspace }}/custom_components/spook/integrations/spook_inverse/manifest.json"
- name: 📦 Created zipped release package
shell: bash
Expand Down

0 comments on commit a4650d9

Please sign in to comment.