0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-23 05:53:45 +02:00

Fix release script URL (#10516)

This commit is contained in:
Erik Johnston 2021-08-03 13:29:17 +01:00 committed by GitHub
parent 42225aa421
commit 6878e10653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/10516.misc Normal file
View file

@ -0,0 +1 @@
Fix release script to open correct URL for the release.

View file

@ -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}"
)