fix(i suck): more learning experance
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
||||
token = os.environ["RELEASE_TOKEN"]
|
||||
|
||||
with open("release_body.md", "r", encoding="utf-8") as f:
|
||||
|
||||
image_name = os.environ["IMAGE_NAME"]
|
||||
tag = os.environ["TAG"]
|
||||
|
||||
header = (
|
||||
@@ -145,7 +145,6 @@ jobs:
|
||||
|
||||
body = f.read()
|
||||
|
||||
image_name = os.environ["IMAGE_NAME"]
|
||||
body = body.rstrip() + f"\n\n### Container Image\n\n- `{image_name}:{tag}`\n"
|
||||
|
||||
url = f"{server_url}/api/v1/repos/{repo}/releases"
|
||||
|
||||
Reference in New Issue
Block a user