File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
/captures
11
11
TODO
12
12
key.p12
13
+ /keystore
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function upload_to_beta {
22
22
function upload_to_google_play {
23
23
echo " Uploading $1 to Google Play"
24
24
25
- if ./gradlew :$1 :publishApkRegularRelease ; then
25
+ if ./gradlew :$1 :publishApkRelease ; then
26
26
webhook $1 " $APP_RELEASE_NAME " " Uploading to Google Play Succeeded"
27
27
else
28
28
webhook $1 " $APP_RELEASE_NAME " " Uploading to Google Play FAILED :("
@@ -39,7 +39,7 @@ function upload_to_google_play {
39
39
# Print the git commit message
40
40
echo " Git commit message: ${GIT_COMMIT_DESC} "
41
41
42
- if [[ $GIT_COMMIT_DESC == * " #DEPLOY " * ]]; then
42
+ if [[ $GIT_COMMIT_DESC == * " #PLAY_BETA " * ]]; then
43
43
upload_to_google_play " app"
44
44
else
45
45
echo " Not publishing to Google Play as deploy not found in commit message"
You can’t perform that action at this time.
0 commit comments