mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 15:05:05 -04:00
Fix release script URL (#10516)
This commit is contained in:
parent
42225aa421
commit
6878e10653
2 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue