Skip to content

Commit

Permalink
fix: bundle logo file
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 13, 2021
1 parent 2f05818 commit 94a7b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"zip -qq -r logseq-plugin-heatmap-${nextRelease.version}.zip dist readme.md LICENSE package.json",
"zip -qq -r logseq-plugin-heatmap-${nextRelease.version}.zip dist logo.png readme.md LICENSE package.json",
},
],
[
Expand Down

1 comment on commit 94a7b83

@pengx17
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #39

Please sign in to comment.