feat(web): publish version.txt in build pipeline for deterministic live server versioning
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 16s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 1m46s

This commit is contained in:
2026-07-12 14:05:10 +09:00
parent 024122d310
commit 24ec410f3d
3 changed files with 36 additions and 2 deletions
+4
View File
@@ -96,6 +96,10 @@ jobs:
--no-restore \
--no-build
- name: Write Version Text
run: |
echo "${{ steps.metadata.outputs.version }}" > ./publish/version.txt
- name: Write Production Config
run: |
mkdir -p ./publish