fix release script (#48)
This commit is contained in:
parent
13479794ed
commit
b018217899
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def get_draft_prerelease_vars(args) -> (bool, bool):
|
||||||
|
|
||||||
def release(args):
|
def release(args):
|
||||||
gh = get_github()
|
gh = get_github()
|
||||||
repo = gh.repository('lbryio', 'hub')
|
repo = gh.repository('lbryio', 'herald.go')
|
||||||
try:
|
try:
|
||||||
version_file = repo.file_contents('version.txt')
|
version_file = repo.file_contents('version.txt')
|
||||||
current_version = Version.from_content(version_file)
|
current_version = Version.from_content(version_file)
|
||||||
|
|
Loading…
Reference in a new issue