Skip to content

Commit

Permalink
fix(release): fix release zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
EINDEX committed Dec 1, 2022
1 parent 87a381f commit 339f3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"zip -qq -r logseq-plugin-template-react-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
"zip -qq -r logseq-memos-sync-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
},
],
[
"@semantic-release/github",
{
assets: "logseq-plugin-template-react-*.zip",
assets: "logseq-memos-sync-*.zip",
},
],
],
Expand Down

0 comments on commit 339f3cb

Please sign in to comment.