fix: repository path
This commit is contained in:
parent
5c0a515c93
commit
afcbcd8894
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class BotRelease (object):
|
||||||
|
|
||||||
def uploadGithub (self):
|
def uploadGithub (self):
|
||||||
gh = Github (os.environ["GITHUB_TOKEN"])
|
gh = Github (os.environ["GITHUB_TOKEN"])
|
||||||
repo = gh.get_repo ("yapb/test")
|
repo = gh.get_repo ("yapb/yapb")
|
||||||
|
|
||||||
self.createRelease (repo, self.version)
|
self.createRelease (repo, self.version)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue