fix: add f-string prefix to release body template
This commit is contained in:
@@ -106,7 +106,7 @@ create-release:
|
|||||||
BODY_JSON=$(python3 -c "
|
BODY_JSON=$(python3 -c "
|
||||||
import json, textwrap
|
import json, textwrap
|
||||||
tag = '$TAG'
|
tag = '$TAG'
|
||||||
body = '''## Downloads
|
body = f'''## Downloads
|
||||||
| Platform | File |
|
| Platform | File |
|
||||||
|----------|------|
|
|----------|------|
|
||||||
| Windows (installer) | \`App-{tag}-setup.exe\` |
|
| Windows (installer) | \`App-{tag}-setup.exe\` |
|
||||||
|
|||||||
Reference in New Issue
Block a user