From ed87581a8ad31d1b3f16f6aeeae9d08f8de4d3c6 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 4 Feb 2018 17:48:29 +0000 Subject: [PATCH] Improved Android and Electron release process --- Tools/release-electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/release-electron.js b/Tools/release-electron.js index 999405ce3..e6acf13b3 100644 --- a/Tools/release-electron.js +++ b/Tools/release-electron.js @@ -1,5 +1,5 @@ const fs = require('fs-extra'); -const { execCommand, githubRelease, handleCommitHook } = require('./tool-utils.js'); +const { execCommand, githubRelease, handleCommitHook, githubOauthToken } = require('./tool-utils.js'); const path = require('path'); const fetch = require('node-fetch'); const uriTemplate = require('uri-template');