You've already forked joplin
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:
@ -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',
|
||||
|
Reference in New Issue
Block a user