fix(ci): change publish step to prepare
This commit is contained in:
parent
13c51dd7d0
commit
a3ba768885
|
@ -51,7 +51,7 @@
|
||||||
[
|
[
|
||||||
"@semantic-release/exec",
|
"@semantic-release/exec",
|
||||||
{
|
{
|
||||||
"publishCmd": "./publish.sh ${nextRelease.version}"
|
"prepareCmd": "./prepare.sh ${nextRelease.version}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Reference in New Issue