Skip to content

Commit

Permalink
added new flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanatbek Saribaev committed Jan 29, 2025
1 parent 5d1cf23 commit a3d811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python/create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def create_github_release():
"tag_name": TAG_NAME,
"target_commitish": RELEASE_BRANCH,
"name": RELEASE_NAME,
"body": "f{RELEASE_BODY}",
"body": f"{RELEASE_BODY}",
"draft": DRAFT,
"prerelease": PRERELEASE
}
Expand Down

0 comments on commit a3d811e

Please sign in to comment.