Match-id-67eb9fce72b77ea453f1601de5fb1e516f2a945f

This commit is contained in:
* 2022-11-09 14:17:22 +08:00 committed by *
commit b2b6e2681c
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ email = cloudsop@huawei.com
EndOfMessage EndOfMessage
echo "==== Publish new version====" echo "==== Publish new version===="
npm publish # npm仓库发布接口返回HTML屏蔽错误码
npm publish || echo 'WARNING: Parsing publish response failed'
npm view @cloudsop/horizon@"${releaseVersion}" npm view @cloudsop/horizon@"${releaseVersion}"
else else
echo "No release version, quit." echo "No release version, quit."