Release 0.12.1
This commit is contained in:
parent
104a0a36a0
commit
529dbc2648
5 changed files with 20 additions and 19 deletions
3
dist/main/index.js
vendored
3
dist/main/index.js
vendored
|
|
@ -106199,7 +106199,8 @@ async function downloadBazelisk() {
|
|||
filename = `${filename}.exe`
|
||||
}
|
||||
|
||||
const octokit = github.getOctokit(process.env.BAZELISK_GITHUB_TOKEN, {
|
||||
const token = process.env.BAZELISK_GITHUB_TOKEN
|
||||
const octokit = github.getOctokit(token, {
|
||||
baseUrl: 'https://api.github.com'
|
||||
})
|
||||
const { data: releases } = await octokit.rest.repos.listReleases({
|
||||
|
|
|
|||
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue