Remove duplicate git push from deploy.sh - 1.113

We already do a git push at the end.
This commit is contained in:
Brandon Presley 2023-01-05 16:42:11 +13:00
parent a6130b3a10
commit 73d9b1c617
3 changed files with 3 additions and 4 deletions

View File

@ -41,8 +41,8 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36138
versionName "1.112"
versionCode 36139
versionName "1.113"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {

View File

@ -5,7 +5,6 @@ set -ex
yarn tsc
yarn lint
yarn jest
git push origin HEAD
cd android || exit 1

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "1.112",
"version": "1.113",
"private": true,
"license": "GPL-3.0-only",
"scripts": {