Skip to content

Commit

Permalink
scripts: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Jul 10, 2024
1 parent 73879e0 commit e976688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function main() {
await axios.post('https://ext.firefoxcn.net/api/?action=release&token=' + token, {
name: 'header-editor',
version,
assets: notifyAssets,
assets: JSON.stringify(notifyAssets),
});
}

Expand Down

0 comments on commit e976688

Please sign in to comment.