fix: add f-string prefix to release body template

This commit is contained in:
2026-03-24 14:26:17 +03:00
parent 294c50a2eb
commit 01c8f71fee

View File

@@ -106,7 +106,7 @@ create-release:
BODY_JSON=$(python3 -c "
import json, textwrap
tag = '$TAG'
body = '''## Downloads
body = f'''## Downloads
| Platform | File |
|----------|------|
| Windows (installer) | \`App-{tag}-setup.exe\` |