fix: add f-string prefix to release body template
This commit is contained in:
@@ -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\` |
|
||||
|
||||
Reference in New Issue
Block a user