feat(build): auto-inject release version into HTML output

This commit is contained in:
hkfires
2025-10-15 16:49:53 +08:00
parent 86d60aad77
commit 7de5280824
3 changed files with 37 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ jobs:
- name: Build all-in-one HTML
run: npm run build
env:
VERSION: ${{ github.ref_name }}
- name: Prepare release assets
run: |