We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
owner
repo
uploadAsset
1 parent 9ea2730 commit c8ab3fbCopy full SHA for c8ab3fb
lib/publish.js
@@ -44,8 +44,6 @@ module.exports = async (pluginConfig, {options: {branch, repositoryUrl}, nextRel
44
45
const fileName = asset.name || basename(filePath);
46
const upload = {
47
- owner,
48
- repo,
49
url: uploadUrl,
50
file: await readFile(filePath),
51
contentType: mime.getType(extname(fileName)) || 'text/plain',
0 commit comments