From 88bb5b4bc3e2e92b09c55d50d4254b53e279df6a Mon Sep 17 00:00:00 2001 From: Louis-Maxence Garret <9049104+lmgarret@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:41:02 +0100 Subject: [PATCH] Bump to 10.8.13 --- .github/workflows/webui.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/webui.yml b/.github/workflows/webui.yml index ae1f4f3..2696b96 100644 --- a/.github/workflows/webui.yml +++ b/.github/workflows/webui.yml @@ -1,4 +1,4 @@ -name: Create Jellyfim-web artifact +name: Create Jellyfin-web artifact on: release: @@ -18,7 +18,7 @@ jobs: strategy: matrix: node-version: [18.x] - jellyfin-web-version: [10.8.12] + jellyfin-web-version: [10.8.13] steps: - uses: actions/checkout@v3 @@ -63,4 +63,4 @@ jobs: with: name: jellyfin-web-${{ matrix.jellyfin-web-version }}+${{ steps.web-commit.outputs.commit }}.tar.gz path: web/dist.tar.gz - if-no-files-found: error \ No newline at end of file + if-no-files-found: error