Skip to content

Commit

Permalink
Release v0.1.4 at 2639b87
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 17, 2024
1 parent 9baeafd commit c781605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34497,7 +34497,7 @@ async function run() {
}
if (sourcePath) {
const sourceZip = fs_1.default.createReadStream(sourcePath);
const src = await client.uploadSource(addonId, version.version, sourceZip, "MIT");
const src = await client.uploadSource(addonId, version.version, sourceZip, license);
core.info(`Source "${sourcePath}" has been uploaded to "${src.source}"`);
}
core.setOutput("version", version.version);
Expand Down

0 comments on commit c781605

Please sign in to comment.