We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f96809 commit d99bb88Copy full SHA for d99bb88
check_version.py
@@ -12,7 +12,7 @@
12
print("Version mismatch %s != %s"%(v.string, version_from_xml))
13
rc = 1
14
15
-if release.find("url").text != f"https://github.com/horizon-eda/horizon/releases/tag/{v.string}":
+if release.find("url").text != f"https://github.com/horizon-eda/horizon/releases/tag/v{v.string}":
16
print("URL mismatch")
17
18
0 commit comments