summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-08-03 13:29:17 +0100
committerGitHub <noreply@github.com>2021-08-03 13:29:17 +0100
commit6878e1065308caf0f79e380b4de1433ab1487a34 (patch)
treeddc193cc6ee1d4ac7b68d032f673f17dfe38ffd4 /scripts-dev
parentFixup changelog (diff)
downloadsynapse-6878e1065308caf0f79e380b4de1433ab1487a34.tar.xz
Fix release script URL (#10516)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/release.py b/scripts-dev/release.py
index e864dc6ed5..a339260c43 100755
--- a/scripts-dev/release.py
+++ b/scripts-dev/release.py
@@ -305,7 +305,7 @@ def tag(gh_token: Optional[str]):
     )
 
     # Open the release and the actions where we are building the assets.
-    click.launch(release.url)
+    click.launch(release.html_url)
     click.launch(
         f"https://github.com/matrix-org/synapse/actions?query=branch%3A{tag_name}"
     )