Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Mar 13, 2024
1 parent b76e088 commit a1b844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clone() {
echo ">>> Clone delon & cli dist..."
git clone --depth 1 https://github.com/ng-alain/delon-builds.git
BUILD_VERSION=$(node -p "require('${ROOT}/ng-alain/package.json').version")
if [[ VERSION != BUILD_VERSION ]]; then
if [[ $VERSION != $BUILD_VERSION ]]; then
echo "待发布版本[${VERSION}]与远程版本[${BUILD_VERSION}]不一致"
exit 1
fi
Expand Down

0 comments on commit a1b844e

Please sign in to comment.