mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-19 01:56:11 +08:00
Fixed bug in release.sh script
This commit is contained in:
@@ -14,7 +14,7 @@ PARSED_CLIENT_VERSION=$(head -5 dist/reactfire.js | tail -1 | awk -F ' ' '{print
|
||||
|
||||
# Ensure this is the correct version number
|
||||
read -p "What version of ReactFire are we releasing? ($PARSED_CLIENT_VERSION) " VERSION
|
||||
if [[ -z $VER ]]; then
|
||||
if [[ -z $VERSION ]]; then
|
||||
VERSION=$PARSED_CLIENT_VERSION
|
||||
fi
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user