1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-27 23:28:38 +02:00

Electron release v0.10.56

This commit is contained in:
Laurent Cozic
2018-02-05 17:27:38 +00:00
parent 4b23b419a4
commit 557a96e814
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ toolUtils.githubOauthToken = async function() {
toolUtils.githubRelease = async function(tagName, isDraft) {
const fetch = require('node-fetch');
const oauthToken = await githubOauthToken();
const oauthToken = await toolUtils.githubOauthToken();
const response = await fetch('https://api.github.com/repos/laurent22/joplin/releases', {
method: 'POST',