diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96ad87c..68c6b86 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,8 @@ jobs: # - enable "Allow Github Actions to create and approve pull requests" id: release with: - release-type: simple + release-type: generic + jsonpath: "custom_components/osbee/manifest.json" - name: Clone Repo if: ${{ steps.release.outputs.release_created }} uses: actions/checkout@v4