ci: add git hash based tagging

iwanhae committed Nov 16, 2025 at 21:24 UTC c67ff10871c7e77fbedfc1c1576030fcd765d06c
1 file changed +1
.github/workflows/cd.yml
+1
@@ -47,6 +47,7 @@ jobs:
47 type=semver,pattern={{version}}
48 type=semver,pattern={{major}}.{{minor}}
49 type=semver,pattern={{major}}
50 + type=sha,enable=true,prefix=sha-,suffix=,format=short
51
52 - name: Pre-build WASM artifacts
53 run: make build-wasm compress-wasm