diff --git a/.github/workflow_data/hotfix.py b/.github/workflow_data/hotfix.py index cb454ae56..0a5c6793d 100644 --- a/.github/workflow_data/hotfix.py +++ b/.github/workflow_data/hotfix.py @@ -71,7 +71,7 @@ if __name__ == "__main__": body = body.replace("", "") insert = body.find("\n [//]: \n") - body = body[:insert] + hotfix + body[:insert] + body = body[:insert] + hotfix + body[insert:] req = requests.patch( release["url"],