fix: repository path

This commit is contained in:
ds 2020-11-11 17:06:05 +03:00
commit afcbcd8894

View file

@ -212,7 +212,7 @@ class BotRelease (object):
def uploadGithub (self):
gh = Github (os.environ["GITHUB_TOKEN"])
repo = gh.get_repo ("yapb/test")
repo = gh.get_repo ("yapb/yapb")
self.createRelease (repo, self.version)