Skip to content

Commit 7c89490

Browse files
committed
Update create_release_tag.py
1 parent b8e3c6f commit 7c89490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def generate_tag_and_title(filename: str) -> Tuple[str, str, str]:
218218

219219

220220
def check_tag_exists(tag_name: str) -> bool:
221-
url = f"{base_url}/tags/{tag_name}",
221+
url = f"{base_url}/tags/{tag_name}"
222222
response = requests.get(
223223
url,
224224
headers=headers

0 commit comments

Comments
 (0)