Fix bug in plan-publish.js
This commit is contained in:
parent
36a0a86bd3
commit
4b726443ec
|
@ -156,6 +156,7 @@ async function planDebianPackages(opts) {
|
|||
await runCommand(`make upload L=${lang} T=${type}`);
|
||||
},
|
||||
type,
|
||||
lang,
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue