diff --git a/src/nimblepkg/publish.nim b/src/nimblepkg/publish.nim index a024490..562a388 100644 --- a/src/nimblepkg/publish.nim +++ b/src/nimblepkg/publish.nim @@ -43,6 +43,7 @@ proc requestNewToken(cfg: Config): string = display("Info:", "Writing access token to file:" & token_write_path, priority = HighPriority) writeFile(token_write_path, token) + sleep(3000) return token proc getGithubAuth(cfg: Config): Auth =