Skip to content

Commit 773f770

Browse files
committed
fix: 🐛 LOGO is not displayed in the installed plugin
1 parent 0ca6fc4 commit 773f770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
"@semantic-release/exec",
2121
{
2222
prepareCmd:
23-
"zip -qq -r logseq-plugin-bullet-threading-${nextRelease.version}.zip dist readme.md LICENSE package.json",
23+
"zip -qq -r logseq-plugin-bullet-threading-${nextRelease.version}.zip dist readme.md LICENSE package.json logo.png",
2424
},
2525
],
2626
[

0 commit comments

Comments
 (0)