Skip to content

Commit 3765398

Browse files
committed
ci: attemp to fix pack cmd
1 parent 9be8a8b commit 3765398

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

release.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
[
2828
"@semantic-release/exec",
2929
{
30-
publish: "cd ./dist && pnpm pack --pack-destination=../",
30+
publishCmd: 'echo "Packing..."; cd ./dist && pnpm pack --pack-destination=../; echo "Done"',
3131
},
3232
],
3333
[
@@ -45,12 +45,12 @@ module.exports = {
4545
],
4646
branch === "master"
4747
? [
48-
"@semantic-release/changelog",
49-
{
50-
changelogFile: "CHANGELOG.md",
51-
changelogTitle: "# Change Log",
52-
},
53-
]
48+
"@semantic-release/changelog",
49+
{
50+
changelogFile: "CHANGELOG.md",
51+
changelogTitle: "# Change Log",
52+
},
53+
]
5454
: undefined,
5555
[
5656
"@semantic-release/git",

0 commit comments

Comments
 (0)