From a00060ca9cb4a5135c69be3a967c0b8a3b34f595 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 14 May 2024 17:01:31 +0200 Subject: [PATCH] Use DarkFighterLuke jprm fork --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c1536c8..b7087fa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,11 +51,12 @@ jobs: - name: Build Jellyfin Plugin - uses: oddstr13/jellyfin-plugin-repository-manager@843260fcdfda7cba229c5abd77bdd9c6fc4e850b # v1.1.0 + uses: DarkFighterLuke/jellyfin-plugin-repository-manager@ef1fec5dbea85409dcbae8dacb1fc5b0446397b4 # v1.1.0 id: jprm with: dotnet-target: net6.0 version: ${VERSION} + update-manifest: true - name: Create release uses: ncipollo/release-action@v1