diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ddb32b5a..2f5bab7b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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