From 01c8f71fee0fcb48550f4dde846fc53f90729b45 Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Tue, 24 Mar 2026 14:26:17 +0300 Subject: [PATCH] fix: add f-string prefix to release body template --- gitea-python-ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-python-ci-cd.md b/gitea-python-ci-cd.md index b7863d5..737e74d 100644 --- a/gitea-python-ci-cd.md +++ b/gitea-python-ci-cd.md @@ -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\` |