|
|
@ -23,8 +23,7 @@ if(version.includes('insiders')) { |
|
|
|
channel = 'insiders' |
|
|
|
channel = 'insiders' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(channel === 'latest') repo = 'remix-desktop'
|
|
|
|
if(channel !== 'latest') repo = `remix-desktop-${channel}` |
|
|
|
repo = `remix-desktop-${channel}` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const octokit = new Octokit({ |
|
|
|
const octokit = new Octokit({ |
|
|
|
auth: process.env.GH_TOKEN_DESKTOP_PUBLISH, |
|
|
|
auth: process.env.GH_TOKEN_DESKTOP_PUBLISH, |
|
|
|