mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix release script URL (#10516)
This commit is contained in:
parent
42225aa421
commit
6878e10653
1
changelog.d/10516.misc
Normal file
1
changelog.d/10516.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix release script to open correct URL for the release.
|
@ -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}"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user