From b74a43d64d71e2f675553bb1b9f74ec544534582 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 27 Feb 2024 13:29:10 -0500 Subject: [PATCH] Add commit sha as JF version in CI builds --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1f0f5626d..d90e98140f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,8 @@ jobs: run: npm ci --no-audit - name: Run a production build + env: + JELLYFIN_VERSION: ${{ github.sha }} run: npm run build:production - name: Update config.json for testing