fix deploy
This commit is contained in:
@@ -8,14 +8,14 @@ read ks_pass
|
||||
|
||||
cd ./mobile
|
||||
|
||||
ver=$(./gradlew printVersionName -q)
|
||||
|
||||
# add, commit, push
|
||||
echo "\n[add, commit, push]\n"
|
||||
git add ..
|
||||
git commit -m "made new release $ver"
|
||||
git push
|
||||
|
||||
ver=$(./gradlew printVersionName -q)
|
||||
|
||||
# build
|
||||
echo "\n[building]\n"
|
||||
./gradlew assembleRelease
|
||||
|
||||
Reference in New Issue
Block a user