pull/4837/head
filip mertens 9 months ago
parent 65b4b65566
commit 78a6119911
  1. 3
      apps/remix-ide/ci/update_desktop_release_assets.ts

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

Loading…
Cancel
Save