mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-30 22:49:30 +02:00
fixed typo in release workflow
This commit is contained in:
parent
86af56d0e9
commit
f17fefb5d8
1 changed files with 1 additions and 1 deletions
2
.github/generate_releasenotes.py
vendored
2
.github/generate_releasenotes.py
vendored
|
@ -94,7 +94,7 @@ if UPDATERELEASE == "yes":
|
|||
VERSION = str(sys.argv[6]).replace("refs/tags/", "")
|
||||
RELEASE = REPO.get_release(VERSION)
|
||||
RELEASE.update_release(
|
||||
name=f"Mikrotik Router ${VERSION}",
|
||||
name=f"Mikrotik Router {VERSION}",
|
||||
message=BODY.format(
|
||||
version=VERSION,
|
||||
changes=CHANGES.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue