Skip to content

Commit 4f0f030

Browse files
committed
Modify deploy.sh
1 parent e46534e commit 4f0f030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ sed -i "s/android:versionCode=.*android/android:versionCode=\"${MAJOR_VERSION}\"
8282
if [ -n "$1" ]; then
8383
git add .
8484
git commit -m "Release $1"
85+
git push
8586
git tag -d $1
8687
git tag -a $1 -m "Release $1"
8788
#git push origin :refs/tags/$1
88-
git push origin $1
89-
git push
89+
git push origin $1
9090
fi

0 commit comments

Comments
 (0)