fix: interpolate tag in release body template (f-string)
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
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) | \`MediaServer-{tag}-setup.exe\` |
|
| Windows (installer) | \`MediaServer-{tag}-setup.exe\` |
|
||||||
|
|||||||
Reference in New Issue
Block a user