From 721bceb677b48fb9ae5ae5d3903e652ad5e3c7e9 Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Tue, 9 Aug 2022 17:45:33 +0300 Subject: [PATCH] fix release script --- scripts/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.py b/scripts/version.py index a4b2d24..8ee678c 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -152,7 +152,7 @@ def get_draft_prerelease_vars(args) -> (bool, bool): def release(args): gh = get_github() - repo = gh.repository('lbryio', 'hub') + repo = gh.repository('lbryio', 'herald.go') try: version_file = repo.file_contents('version.txt') current_version = Version.from_content(version_file)