mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(CI): comment out bump version calls
This commit is contained in:
@@ -19,11 +19,11 @@ function run {
|
||||
VERSION=$(readJsonProp "package.json" "version")
|
||||
|
||||
if [[ "$OLD_VERSION" != "$VERSION" ]]; then
|
||||
./scripts/bump/release.sh --new-version="$VERSION"
|
||||
#./scripts/bump/release.sh --new-version="$VERSION"
|
||||
IS_RELEASE=true
|
||||
VERSION_NAME=$(readJsonProp "package.json" "version")
|
||||
else
|
||||
./scripts/bump/nightly.sh --build-number=$BUILD_NUMBER
|
||||
#./scripts/bump/nightly.sh --build-number=$BUILD_NUMBER
|
||||
IS_RELEASE=false
|
||||
VERSION_NAME="nightly"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user