Skip to content

Commit c44af11

Browse files
authored
update release.config.js
1 parent 0bedb27 commit c44af11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const pluginName = require('./package.json').name
2-
31
module.exports = {
42
branches: ["master"],
53
plugins: [
@@ -22,7 +20,7 @@ module.exports = {
2220
"@semantic-release/exec",
2321
{
2422
prepareCmd:
25-
"zip -qq -r " + pluginName + "${nextRelease.version}.zip dist readme.md logo.png package.json",
23+
"zip -qq -r logseq-ticktick-plugin-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
2624
},
2725
],
2826
[

0 commit comments

Comments
 (0)