From 12d82da4fad4a07aec5cf05b8734e77831898bc7 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sun, 13 Oct 2024 19:21:25 +0000 Subject: [PATCH] ci: add jellyfin version --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 102962c..fd61fdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,7 @@ jobs: task-type: "updateManifest" env: GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }} + MAIN_VERSION: "10.9" - name: Commit changes if: success()