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