1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Improved Android and Electron release process

This commit is contained in:
Laurent Cozic 2018-02-04 17:48:29 +00:00
parent 2645ec96a8
commit ed87581a8a

View File

@ -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');