1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add commit sha as JF version in CI builds

This commit is contained in:
Bill Thornton 2024-02-27 13:29:10 -05:00
parent 713ac0e130
commit b74a43d64d

View file

@ -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