diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 78728b4..46be68c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,16 +40,8 @@ jobs: tag: ${{ github.ref }} file_glob: true - name: Update manifest - uses: svenstaro/upload-release-action@v2 + uses: stefanzweifel/git-auto-commit-action@v4 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./*.json - tag: "manifest" - overwrite: true - file_glob: true - # - name: Update manifest - # uses: stefanzweifel/git-auto-commit-action@v4 - # with: - # branch: ${{ env.branch }} - # commit_message: Update repo manifest - # file_pattern: "*.json" + branch: ${{ env.branch }} + commit_message: Update repo manifest + file_pattern: "*.json" diff --git a/build.yaml b/build.yaml index 7757529..66783f0 100644 --- a/build.yaml +++ b/build.yaml @@ -1,6 +1,6 @@ name: "Danmu" guid: "5B39DA44-5314-4940-8E26-54C821C17F86" -imageUrl: https://github.com/cxfksword/jellyfin-plugin-danmu/raw/main/doc/logo.png +imageUrl: https://raw.githubusercontent.com/cxfksword/jellyfin-plugin-danmu/main/doc/logo.png version: "1.0.0.0" targetAbi: "10.8.0.0" framework: "net6.0" diff --git a/manifest.json b/manifest.json index 2071b47..1ac9fd8 100644 --- a/manifest.json +++ b/manifest.json @@ -7,23 +7,6 @@ "owner": "cxfksword", "category": "Metadata", "imageUrl": "https://raw.githubusercontent.com/cxfksword/jellyfin-plugin-danmu/main/doc/logo.png", - "versions": [ - { - "version": "0.3.7.0", - "changelog": "NA\n", - "targetAbi": "10.8.0.0", - "sourceUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/v0.3.7/danmu_0.3.7.0.zip", - "checksum": "a20cae62be38959b73f789c163d29d60", - "timestamp": "2022-10-11T09:34:09Z" - }, - { - "version": "0.3.0.0", - "changelog": "NA\n", - "targetAbi": "10.8.0.0", - "sourceUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/v0.3.0/danmu_0.3.0.0.zip", - "checksum": "97004fa644735773735c7503bfafeb85", - "timestamp": "2022-10-11T08:58:05Z" - } - ] + "versions": [] } ]