fix: interpolate tag in release body template (f-string)
Lint & Test / test (push) Successful in 10s
Release / create-release (push) Successful in 1s
Release / build-linux (push) Successful in 33s
Release / build-windows (push) Successful in 1m8s

This commit is contained in:
2026-03-24 14:26:14 +03:00
parent 3f14512e5d
commit d7e10b1005
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
BODY_JSON=$(python3 -c "
import json, textwrap
tag = '$TAG'
body = '''## Downloads
body = f'''## Downloads
| Platform | File |
|----------|------|
| Windows (installer) | \`MediaServer-{tag}-setup.exe\` |