Skip to content

Commit c8ab3fb

Browse files
pvdlggr2m
authored andcommitted
fix: remove unnecessary owner/repo from uploadAsset
1 parent 9ea2730 commit c8ab3fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/publish.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ module.exports = async (pluginConfig, {options: {branch, repositoryUrl}, nextRel
4444

4545
const fileName = asset.name || basename(filePath);
4646
const upload = {
47-
owner,
48-
repo,
4947
url: uploadUrl,
5048
file: await readFile(filePath),
5149
contentType: mime.getType(extname(fileName)) || 'text/plain',

0 commit comments

Comments
 (0)