fix(ci): change publish step to prepare

This commit is contained in:
Derrick Hammer 2023-08-07 01:34:32 -04:00
parent 13c51dd7d0
commit a3ba768885
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "./publish.sh ${nextRelease.version}"
"prepareCmd": "./prepare.sh ${nextRelease.version}"
}
],
[