Skip to content

Commit

Permalink
fix: test exec plugin another
Browse files Browse the repository at this point in the history
  • Loading branch information
SunHuawei committed Jun 13, 2022
1 parent 3458aa2 commit b0e9694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@semantic-release/exec",
{
"verifyConditionsCmd": "./semantic-release-scripts/verify.sh",
"publishCmd": "./semantic-release-scripts/publish.sh ${nextRelease.version} ${options.branch} ${commits.length} ${Date.now()}"
"prepareCmd": "./semantic-release-scripts/publish.sh ${nextRelease.version} ${options.branch} ${commits.length} ${Date.now()}"
}
],
"@semantic-release/changelog",
Expand Down

0 comments on commit b0e9694

Please sign in to comment.