Match-id-67eb9fce72b77ea453f1601de5fb1e516f2a945f
This commit is contained in:
commit
b2b6e2681c
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue