Skip to content

Commit d0a4cdc

Browse files
committed
use correct github user
1 parent 149e430 commit d0a4cdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildscript/deploy_google_play.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
SLUG="openintents/safe"
1010
ORGA="openintents"
11-
USER_NAME="openintents"
12-
USER_EMAIL="support@openintents"
11+
USER_NAME="openintents-bot"
12+
USER_EMAIL="support@openintents.org"
1313
ALPHA_BRANCH='master';
1414
BETA_BRANCH='release';
1515

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
fi
2222
- if [ -z "$GPG_PASS"]; then touch local.properties; fi
2323
after_success:
24-
- if [ -n "$GITHUB_API_KEY" ]; then .buildscript/deploy_alpha.sh; fi
24+
- if [ -n "$GITHUB_API_KEY" ]; then .buildscript/deploy_google_play.sh; fi
2525
script: "./gradlew check"
2626
branches:
2727
except:

0 commit comments

Comments
 (0)