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