Skip to content
Snippets Groups Projects
Unverified Commit 6878e106 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix release script URL (#10516)

parent 42225aa4
No related branches found
No related tags found
No related merge requests found
Fix release script to open correct URL for the release.
...@@ -305,7 +305,7 @@ def tag(gh_token: Optional[str]): ...@@ -305,7 +305,7 @@ def tag(gh_token: Optional[str]):
) )
# Open the release and the actions where we are building the assets. # Open the release and the actions where we are building the assets.
click.launch(release.url) click.launch(release.html_url)
click.launch( click.launch(
f"https://github.com/matrix-org/synapse/actions?query=branch%3A{tag_name}" f"https://github.com/matrix-org/synapse/actions?query=branch%3A{tag_name}"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment