We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46534e commit 4f0f030Copy full SHA for 4f0f030
deploy.sh
@@ -82,9 +82,9 @@ sed -i "s/android:versionCode=.*android/android:versionCode=\"${MAJOR_VERSION}\"
82
if [ -n "$1" ]; then
83
git add .
84
git commit -m "Release $1"
85
+ git push
86
git tag -d $1
87
git tag -a $1 -m "Release $1"
88
#git push origin :refs/tags/$1
- git push origin $1
89
- git push
+ git push origin $1
90
fi
0 commit comments