Skip to content

Commit a11ca82

Browse files
authored
update release.config.js
1 parent b63931e commit a11ca82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const pluginName = require('./package.json').name
2+
13
module.exports = {
24
branches: ["master"],
35
plugins: [
@@ -20,7 +22,7 @@ module.exports = {
2022
"@semantic-release/exec",
2123
{
2224
prepareCmd:
23-
"zip -qq -r logseq-plugin-template-react-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
25+
"zip -qq -r " + pluginName + "${nextRelease.version}.zip dist readme.md logo.png package.json",
2426
},
2527
],
2628
[

0 commit comments

Comments
 (0)