Skip to content

Commit fe288c5

Browse files
committed
fix: semantic release exec plugin config
1 parent ad1e40b commit fe288c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
[
8080
"@semantic-release/exec",
8181
{
82-
"publishCmd": ".travis/build.sh ${nextRelease.version} ${options.branch} ${commits.length} ${Date.now()}"
82+
"prepareCmd": ".travis/build.sh ${nextRelease.version} ${options.branch} ${commits.length} ${Date.now()}"
8383
}
8484
],
8585
{

0 commit comments

Comments
 (0)